Skip to content

Commit dcfa366

Browse files
authored
allowlist copilot (though it seems to skip workflow checks?)
1 parent e241068 commit dcfa366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/purr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: depdnabot is very dependable i believe it
28-
if: github.actor == 'dependabot[bot]' || github.actor == 'google-labs-jules[bot]'
28+
if: github.actor == 'dependabot[bot]' || github.actor == 'google-labs-jules[bot]' || github.actor == 'copilot-swe-agent[bot]'
2929
run: |
3030
gh pr ready "${{ github.event.pull_request.html_url }}" || true
3131
gh pr review --approve --body "lgtm" "${{ github.event.pull_request.html_url }}" || true
@@ -49,7 +49,7 @@ jobs:
4949
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: fuck u
52-
if: github.actor != 'dependabot[bot]' && github.actor != 'google-labs-jules[bot]' && !contains(github.event.pull_request.body, 'https://chatgpt.com/codex/')
52+
if: github.actor != 'dependabot[bot]' && github.actor != 'google-labs-jules[bot]' && github.actor != 'copilot-swe-agent[bot]' && !contains(github.event.pull_request.body, 'https://chatgpt.com/codex/')
5353
run: |
5454
gh pr close "${{ github.event.pull_request.html_url }}" --delete-branch --comment "fuck off"
5555
env:

0 commit comments

Comments
 (0)