Skip to content

Commit 264a044

Browse files
authored
ci: recognize contributors in releases (#1440)
1 parent da8a7bb commit 264a044

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/covector-status.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
id: covector
1919
with:
2020
command: "status"
21+
token: ${{ secrets.GITHUB_TOKEN }}
22+
comment: true

.github/workflows/covector-version-or-publish-v2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363
command: "version-or-publish"
6464
createRelease: true
65+
recognizeContributors: true
6566

6667
- name: Create Pull Request With Versions Bumped
6768
id: cpr

.github/workflows/covector-version-or-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
token: ${{ secrets.GITHUB_TOKEN }}
5656
command: "version-or-publish"
5757
createRelease: true
58+
recognizeContributors: true
5859

5960
- name: Create Pull Request With Versions Bumped
6061
id: cpr

0 commit comments

Comments
 (0)