From 3abd6c114053ffb74de674d78f5995e8db4d77f6 Mon Sep 17 00:00:00 2001 From: Prashant Yadav <79893616+theprashantyadav@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:30:44 +0530 Subject: [PATCH] Feat/update automerge (#126) Co-authored-by: anmolnagpal --- .github/workflows/auto_merge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto_merge.yml b/.github/workflows/auto_merge.yml index ce674b3c..9504d3d7 100644 --- a/.github/workflows/auto_merge.yml +++ b/.github/workflows/auto_merge.yml @@ -33,6 +33,7 @@ jobs: check-name: ${{ matrix.tf-checks }} repo-token: ${{ secrets.GITHUB }} wait-interval: 30 + allowed-conclusions: success autoapprove: permissions: @@ -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: "" ...