diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-20 19:10:08 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-20 19:10:08 +0100 |
commit | 9cf2ee0279e1f348a082a7ded7c163ed12a6359a (patch) | |
tree | f73ec691aebbcc108ba6444dda977f9a8c3109f1 | |
parent | On new pull requests (diff) | |
download | gpt4free-9cf2ee0279e1f348a082a7ded7c163ed12a6359a.tar gpt4free-9cf2ee0279e1f348a082a7ded7c163ed12a6359a.tar.gz gpt4free-9cf2ee0279e1f348a082a7ded7c163ed12a6359a.tar.bz2 gpt4free-9cf2ee0279e1f348a082a7ded7c163ed12a6359a.tar.lz gpt4free-9cf2ee0279e1f348a082a7ded7c163ed12a6359a.tar.xz gpt4free-9cf2ee0279e1f348a082a7ded7c163ed12a6359a.tar.zst gpt4free-9cf2ee0279e1f348a082a7ded7c163ed12a6359a.zip |
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/copilot.yml | 5 |
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: |