Skip to content

Commit

Permalink
ci: recognize contributors in releases (#10004)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Jul 2, 2024
1 parent cf331cd commit 3280f88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/covector-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
id: covector
with:
command: 'status'
token: ${{ secrets.GITHUB_TOKEN }}
comment: true
1 change: 1 addition & 0 deletions .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
command: 'version-or-publish'
createRelease: true
recognizeContributors: true

- name: Create Pull Request With Versions Bumped
if: steps.covector.outputs.commandRan == 'version'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
command: 'version-or-publish'
createRelease: true
recognizeContributors: true

- name: Create Pull Request With Versions Bumped
if: steps.covector.outputs.commandRan == 'version'
Expand Down

0 comments on commit 3280f88

Please sign in to comment.