[dev-v2.9] changing permissions on validation-comment job ()

pull/4301/head
Nicholas openSUSE Software Engineer 2024-07-23 20:04:20 -03:00 committed by GitHub
parent 3bc2446df8
commit 2088666914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@ jobs:
validation-comment:
name: Make validation comment on PR
runs-on: ubuntu-latest
permissions: write-all
permissions:
pull-requests: write
steps:
- name: Make validation comment
uses: actions/github-script@v7
@ -36,4 +37,4 @@ jobs:
</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.
- Approve the PR to run the CI check.`
})
})

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ bin
*.DS_Store
.idea
.charts-build-scripts
*.swp