mirror of https://git.rancher.io/charts
[dev-v2.9] changing permissions on validation-comment job (#4288)
parent
3bc2446df8
commit
2088666914
|
@ -14,7 +14,8 @@ jobs:
|
||||||
validation-comment:
|
validation-comment:
|
||||||
name: Make validation comment on PR
|
name: Make validation comment on PR
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: write-all
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Make validation comment
|
- name: Make validation comment
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
|
@ -36,4 +37,4 @@ jobs:
|
||||||
</pre>
|
</pre>
|
||||||
- Add a 👍 (thumbs up) reaction to this comment once done. CI won't pass without this reaction to the github-action bot's latest validation comment.
|
- Add a 👍 (thumbs up) reaction to this comment once done. CI won't pass without this reaction to the github-action bot's latest validation comment.
|
||||||
- Approve the PR to run the CI check.`
|
- Approve the PR to run the CI check.`
|
||||||
})
|
})
|
||||||
|
|
|
@ -3,3 +3,4 @@ bin
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
.idea
|
.idea
|
||||||
.charts-build-scripts
|
.charts-build-scripts
|
||||||
|
*.swp
|
||||||
|
|
Loading…
Reference in New Issue