We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a240f commit 282b7f1Copy full SHA for 282b7f1
.github/workflows/label-pr.yml
@@ -11,7 +11,7 @@ jobs:
11
label:
12
runs-on: ubuntu-latest
13
permissions:
14
- issues: write
+ pull-requests: write
15
contents: read
16
steps:
17
- name: Checkout
@@ -37,7 +37,6 @@ jobs:
37
if: steps.file_changes.outputs.docsUpdateRequired == 'true'
38
uses: actions/github-script@v7
39
with:
40
- github-token: ${{secrets.GITHUB_TOKEN}}
41
script: |
42
const issue_number = context.issue.number;
43
github.rest.issues.addLabels({
@@ -51,7 +50,6 @@ jobs:
51
50
if: steps.file_changes.outputs.helmUpdateRequired == 'true'
52
53
54
55
56
57
0 commit comments