Skip to content

Commit

Permalink
Merge pull request #2896 from dbt-labs/joellabes-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur authored Dec 14, 2023
2 parents d7220ed + a0c7660 commit 7234df3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,23 @@ permissions: write-all


jobs:
automerge:
autolabel:
runs-on: ubuntu-latest
steps:
- name: Auto-label
uses: actions/labeler@v4
with:
repo-token: ${{ secrets.AUTOMERGE_PAT }}

automerge:
needs: autolabel
runs-on: ubuntu-latest
steps:
- name: Auto-merge
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.AUTOMERGE_PAT }}
MERGE_LABELS: "automerge,!work in progress,!ready for review"
MERGE_REMOVE_LABELS: "automerge"
LOG: DEBUG
MERGE_RETRIES: 10
MERGE_RETRY_SLEEP: 60000

0 comments on commit 7234df3

Please sign in to comment.