Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,4 @@ jobs:
needs: [publish]
permissions:
contents: write
uses: openfga/sdk-generator/.github/workflows/undraft-release.yml@main
uses: openfga/.github/.github/workflows/undraft-release.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
pr-title-check:
permissions:
pull-requests: read
uses: openfga/sdk-generator/.github/workflows/pr-title-check.yml@main
uses: openfga/.github/.github/workflows/pr-title-check.yml@main

2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: |
github.event_name == 'workflow_dispatch' ||
startsWith(github.event.head_commit.message, 'release:')
uses: openfga/sdk-generator/.github/workflows/release-please.yml@main
uses: openfga/.github/.github/workflows/release-please.yml@main
with:
trigger-event: ${{ github.event_name }}
bump-type: ${{ inputs.bump-type || 'auto' }}
Expand Down
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"pull-request-title-pattern": "release: v${version}",
"draft": true,
"force-tag-creation": true,
"skip-github-release": true,
"packages": {
Comment thread
SoulPancake marked this conversation as resolved.
".": {
"package-name": "",
Expand Down
Loading