From 8dceecf5419ca9326ef62b1c9985477a9923a70e Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Thu, 22 Sep 2022 09:39:59 +0200 Subject: [PATCH] Update manual-github-actions.yaml (#863) Remove what looks like accidental comment --- manual-github-actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual-github-actions.yaml b/manual-github-actions.yaml index 4369e6d0..7cdf09f3 100644 --- a/manual-github-actions.yaml +++ b/manual-github-actions.yaml @@ -10,7 +10,7 @@ jobs: dependabot: permissions: contents: write # for Git to git push - pull-requests: write # for repo-sync/pull-request to create pull requestsbundle exec ruby ./generic-update-script.rb + pull-requests: write # for repo-sync/pull-request to create pull requests runs-on: ubuntu-latest steps: - name: Checkout repo