We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1baff7 commit 36d0215Copy full SHA for 36d0215
.github/workflows/label-pr.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: "Add Label: docs-update-required"
34
if: steps.file_changes.outputs.docsUpdateRequired == 'true'
35
- uses: actions/github-script@v3
+ uses: actions/github-script@v7
36
with:
37
github-token: ${{secrets.GITHUB_TOKEN}}
38
script: |
@@ -46,7 +46,7 @@ jobs:
46
47
- name: "Add Label: helm-update-required"
48
if: steps.file_changes.outputs.helmUpdateRequired == 'true'
49
50
51
52
0 commit comments