Skip to content

Commit

Permalink
ci: recognize contributors in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Jun 6, 2024
1 parent 7e0855a commit 33aff8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/change-status-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
uses: jbolda/covector/packages/action@covector-v0
id: covector
with:
command: "status"
command: "status"
token: ${{ secrets.GITHUB_TOKEN }}
comment: true
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 @@ -37,6 +37,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 33aff8e

Please sign in to comment.