From 2088666914a1c9acef5f6354582aa57bcd594f6c Mon Sep 17 00:00:00 2001 From: Nicholas openSUSE Software Engineer Date: Tue, 23 Jul 2024 20:04:20 -0300 Subject: [PATCH] [dev-v2.9] changing permissions on validation-comment job (#4288) --- .github/workflows/validation-comment.yaml | 5 +++-- .gitignore | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validation-comment.yaml b/.github/workflows/validation-comment.yaml index 0891ac15f..4f71508b3 100644 --- a/.github/workflows/validation-comment.yaml +++ b/.github/workflows/validation-comment.yaml @@ -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: - 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.` - }) \ No newline at end of file + }) diff --git a/.gitignore b/.gitignore index f8286ca75..afecc009e 100755 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ bin *.DS_Store .idea .charts-build-scripts +*.swp