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