We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b80c2 commit 0ec24cdCopy full SHA for 0ec24cd
1 file changed
.github/workflows/contributors.yml
@@ -5,7 +5,7 @@ on:
5
- cron: "3 2 1 * *"
6
7
permissions:
8
- issues: write
+ discussions: write
9
10
jobs:
11
contributor_report:
@@ -41,7 +41,7 @@ jobs:
41
env:
42
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
with:
44
- title: Thank you Contributors!
+ title: "Thank you Contributors!"
45
body-filepath: ./contributors.md
46
- repository-id: R_kgDOJDwwMQ
47
- category-id: DIC_kwDOJDwwMc4CUmf8
+ repository-id: 'R_kgDOJDwwMQ'
+ category-id: 'DIC_kwDOJDwwMc4CUmf8'
0 commit comments