···1313jobs:
1414 check-rendering-equivalence:
1515 permissions:
1616- issues: write # for peter-evans/create-or-update-comment to create or update comment
1616+ pull-requests: write # for peter-evans/create-or-update-comment to create or update comment
1717 if: github.repository_owner == 'NixOS'
1818 runs-on: ubuntu-latest
1919 steps:
+1-1
.github/workflows/periodic-merge-24h.yml
···2121 periodic-merge:
2222 permissions:
2323 contents: write # for devmasx/merge-branch to merge branches
2424- issues: write # for peter-evans/create-or-update-comment to create or update comment
2424+ pull-requests: write # for peter-evans/create-or-update-comment to create or update comment
2525 if: github.repository_owner == 'NixOS'
2626 runs-on: ubuntu-latest
2727 strategy:
+1-1
.github/workflows/periodic-merge-6h.yml
···2121 periodic-merge:
2222 permissions:
2323 contents: write # for devmasx/merge-branch to merge branches
2424- issues: write # for peter-evans/create-or-update-comment to create or update comment
2424+ pull-requests: write # for peter-evans/create-or-update-comment to create or update comment
2525 if: github.repository_owner == 'NixOS'
2626 runs-on: ubuntu-latest
2727 strategy:
+1-2
.github/workflows/update-terraform-providers.yml
···1212 tf-providers:
1313 permissions:
1414 contents: write # for peter-evans/create-pull-request to create branch
1515- issues: write # for peter-evans/create-or-update-comment to create or update comment
1616- pull-requests: write # for peter-evans/create-pull-request to create a PR
1515+ pull-requests: write # for peter-evans/create-pull-request to create a PR, for peter-evans/create-or-update-comment to create or update comment
1716 if: github.repository_owner == 'NixOS' && github.ref == 'refs/heads/master' # ensure workflow_dispatch only runs on master
1817 runs-on: ubuntu-latest
1918 steps: