Skip to content

Commit

Permalink
Feat/update automerge (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: anmolnagpal <anmol@clouddrove.com>
  • Loading branch information
theprashantyadav and anmolnagpal authored Feb 23, 2024
1 parent f61c4c5 commit 3abd6c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
check-name: ${{ matrix.tf-checks }}
repo-token: ${{ secrets.GITHUB }}
wait-interval: 30
allowed-conclusions: success

autoapprove:
permissions:
Expand Down Expand Up @@ -67,6 +68,6 @@ jobs:
MERGE_FILTER_AUTHOR: 'dependabot[bot]'
MERGE_METHOD: "merge"
MERGE_DELETE_BRANCH: "true"
MERGE_LABELS: "dependencies"
MERGE_LABELS: "dependencies, github_actions"
MERGE_REQUIRED_APPROVALS: ""
...

0 comments on commit 3abd6c1

Please sign in to comment.