We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262046d commit dc4efd6Copy full SHA for dc4efd6
.github/workflows/update-contributors.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
permissions:
13
contents: write # Needed for pushing changes
14
+ pull-requests: write # Needed for creating PRs
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v3
@@ -55,4 +56,4 @@ jobs:
55
56
Automated update of contributors list in README.md
57
58
This PR was created automatically by a GitHub Action workflow.
- base: main
59
+ base: main
0 commit comments