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 89d4876 commit fc5052dCopy full SHA for fc5052d
.github/workflows/label-pr.yml
@@ -13,6 +13,9 @@ concurrency:
13
jobs:
14
label_products:
15
name: Label products
16
+ permissions:
17
+ issues: write
18
+ pull-requests: write
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
@@ -23,6 +26,9 @@ jobs:
23
26
24
27
label_size:
25
28
name: Label size
29
30
31
32
33
34
.github/workflows/pr.yml
@@ -13,6 +13,9 @@ jobs:
compile:
name: Update assignees
- uses: ./.github/actions/assign-pr
0 commit comments