Skip to content

Commit

Permalink
Updated .github/workflows/auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 16, 2021
1 parent 45f1e8f commit c6de787
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/auto-merge.yml
Expand Up @@ -2,7 +2,6 @@ name: automerge
on:
check_suite:
types:
- rerequested
- completed

jobs:
Expand All @@ -19,9 +18,9 @@ jobs:
- name: automerge
uses: pascalgn/automerge-action@v0.14.3
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN || github.token }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
MERGE_METHOD: "rebase"
UPDATE_METHOD: "rebase"
MERGE_RETRIES: "6"
MERGE_RETRY_SLEEP: "100000"
MERGE_LABELS: ""
MERGE_LABELS: ""

0 comments on commit c6de787

Please sign in to comment.