Skip to content

Commit

Permalink
ci: recognize contributors in releases (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Jun 7, 2024
1 parent 6c7f45e commit 269fa33
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -12,3 +12,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.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
id: cpr
Expand Down

0 comments on commit 269fa33

Please sign in to comment.