Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Sep 28, 2024
1 parent d9260a6 commit 7593951
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Automerge

name: automerge
on:
pull_request:
types:
Expand All @@ -15,7 +14,6 @@ on:
types:
- completed
status: {}

jobs:
automerge:
runs-on: ubuntu-latest
Expand All @@ -24,11 +22,7 @@ jobs:
pull-requests: write
steps:
- id: automerge
name: Automerge
uses: "pascalgn/automerge-action"
name: automerge
uses: "pascalgn/automerge-action@v0.16.4"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "automerge"
MERGE_REMOVE_LABELS: "automerge"
MERGE_METHOD: "squash"
BASE_BRANCHES: "6.x"

0 comments on commit 7593951

Please sign in to comment.