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 962677e commit f122824Copy full SHA for f122824
.github/workflows/pr-labeler.yml
@@ -4,14 +4,19 @@ on:
4
pull_request:
5
types: [opened]
6
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
pr-labeler:
12
+ permissions:
13
+ contents: read # for TimonVS/pr-labeler-action to read config file
14
+ pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
15
runs-on: ubuntu-latest
16
timeout-minutes: 30
17
18
steps:
19
- uses: TimonVS/pr-labeler-action@v4
20
with:
21
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
22
configuration-path: .github/pr-labeler.yml
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments