summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/copilot.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml
index f7083c0c..c34dcb11 100644
--- a/.github/workflows/copilot.yml
+++ b/.github/workflows/copilot.yml
@@ -4,13 +4,12 @@ on:
pull_request:
types:
- opened
+ - synchronize
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-permissions:
- contents: read
- pull-requests: write
+permissions: write-all
jobs:
review: