Skip to content

Commit 38295c5

Browse files
ci: sync with template repository
1 parent 009eaae commit 38295c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Merge
22

33
on:
4-
push:
54
pull_request:
65

76
concurrency:
@@ -14,13 +13,14 @@ jobs:
1413
steps:
1514
- name: Check
1615
uses: liblaf/template/.github/actions/check@main
16+
with:
17+
pr: ${{ github.event.pull_request.html_url }}
1718

1819
merge:
1920
name: Merge
2021
permissions:
2122
contents: write
2223
pull-requests: write
23-
if: github.event_name == 'pull_request'
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Enable Auto-Merge (Squash)

0 commit comments

Comments
 (0)