ci: recognize contributors in releases (#10004)

This commit is contained in:
Amr Bashir
2024-07-02 13:23:23 +03:00
committed by GitHub
parent cf331cdc3e
commit 3280f88f51
3 changed files with 4 additions and 0 deletions

View File

@@ -18,3 +18,5 @@ jobs:
id: covector
with:
command: 'status'
token: ${{ secrets.GITHUB_TOKEN }}
comment: true

View File

@@ -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'

View File

@@ -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'