Skip to content

Commit e4cdade

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Fix auto-close
Bug: none Change-Id: I31325ced999d9d895fb1ef0a00a8c71d479a8254 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6695928 Auto-Submit: Alex Rudenko <[email protected]> Reviewed-by: Mathias Bynens <[email protected]> Commit-Queue: Mathias Bynens <[email protected]>
1 parent 99c49b2 commit e4cdade

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/auto-close-prs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ jobs:
88
auto-close:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
14+
ref: ${{ github.head_ref }}
1115
- name: Close Pull
1216
# See https://cli.github.com/manual/gh_pr_close
13-
run: gh pr close --comment "Auto-closing the pull request because we do not accept PRs via the GitHub mirror. See README.md on how to contribute to DevTools." --delete-branch "1"
17+
run: gh pr close --comment "Auto-closing the pull request because we do not accept PRs via the GitHub mirror. See README.md on how to contribute to DevTools."
1418
env:
1519
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)