File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments