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.
2 parents 7578fa8 + faea0ea commit 8a7fb23Copy full SHA for 8a7fb23
.github/workflows/assigner.yml
@@ -16,6 +16,9 @@ on:
16
17
jobs:
18
assign:
19
+ permissions:
20
+ contents: read
21
+ pull-requests: write
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout
.github/workflows/label.yml
@@ -10,11 +10,12 @@ on: [pull_request_target]
10
11
12
label:
13
-
14
15
- - uses: actions/labeler@v2
+ - uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/pr-labels.yml
0 commit comments