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 68e0ff0 commit ea715e1Copy full SHA for ea715e1
.github/workflows/label-pr.yml
@@ -13,9 +13,6 @@ 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
@@ -26,9 +23,6 @@ jobs:
26
23
27
24
label_size:
28
25
name: Label size
29
30
31
32
33
34
.github/workflows/pr.yml
@@ -13,9 +13,6 @@ jobs:
compile:
name: Update assignees
- uses: ./.github/actions/assign-pr
0 commit comments