Skip to content

Commit

Permalink
ci: sync with template repository
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
1 parent 809cb97 commit d22947e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Merge

on:
push:
pull_request:

concurrency:
Expand All @@ -14,13 +13,14 @@ jobs:
steps:
- name: Check
uses: liblaf/template/.github/actions/check@main
with:
pr: ${{ github.event.pull_request.html_url }}

merge:
name: Merge
permissions:
contents: write
pull-requests: write
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Enable Auto-Merge (Squash)
Expand Down

0 comments on commit d22947e

Please sign in to comment.