From 0ccfd2651d7edc49c10a3e4204ecf742c1df6a02 Mon Sep 17 00:00:00 2001 From: Nicholas openSUSE Software Engineer Date: Tue, 23 Jul 2024 20:04:27 -0300 Subject: [PATCH] [release-v2.8] changing permissions on validation-comment job (#4289) --- .github/workflows/validation-comment.yaml | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validation-comment.yaml b/.github/workflows/validation-comment.yaml index 3c03b8509..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 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