From fcfbb382f10d221a87d255246bb0c2187f033cfa Mon Sep 17 00:00:00 2001 From: "prithvikumar.detne@gmail.com" Date: Mon, 6 May 2024 17:08:07 +0000 Subject: [PATCH] Committing only for Topic repos --- .github/workflows/manual.yml | 38 ------------------------------------ 1 file changed, 38 deletions(-) delete mode 100644 .github/workflows/manual.yml diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml deleted file mode 100644 index 5d74192..0000000 --- a/.github/workflows/manual.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Automerge release bump PR - -on: - pull_request: - types: - - labeled - - unlabeled - - synchronize - - opened - - edited - - ready_for_review - - reopened - - unlocked - pull_request_review: - types: - - submitted - check_suite: - types: - - completed - status: {} - -jobs: - - automerge: - runs-on: ubuntu-latest - steps: - - name: Automerging - uses: pascalgn/automerge-action@v0.7.5 - #the actor that created pr - if: github.actor == 'github-username-that-owns-token-used-in-global-workflow' - env: - GITHUB_TOKEN: "${{ secrets.MANAGE_FILES_TOKEN }}" - GITHUB_LOGIN: prithvikumar.detne@gmail.com - MERGE_LABELS: "" - MERGE_METHOD: "squash" - MERGE_COMMIT_MESSAGE: "Manage Files have been committed2" - MERGE_RETRIES: "10" - MERGE_RETRY_SLEEP: "10000"