We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38295c5 commit 67abef2Copy full SHA for 67abef2
.github/workflows/merge.yaml
@@ -23,6 +23,8 @@ jobs:
23
pull-requests: write
24
runs-on: ubuntu-latest
25
steps:
26
+ - name: Checkout
27
+ uses: actions/checkout@v4
28
- name: Enable Auto-Merge (Squash)
29
uses: liblaf/template/.github/actions/merge@main
30
with:
0 commit comments