From a3cb9211c762e84404975c62d8b5e72d5068997b Mon Sep 17 00:00:00 2001 From: lotyp Date: Thu, 5 Sep 2024 21:34:13 +0300 Subject: [PATCH] ci: do not auto-merge --- .github/workflows/merge.yml | 5 ----- .github/workflows/triage.yml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 9ce47af..c70607d 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -36,8 +36,3 @@ jobs: uses: wayofdev/gh-actions/actions/github/pull-request/approve@v3.2.0 with: github-token: "${{ secrets.WAY_FINDER_BOT_TOKEN }}" - - - name: 📥 Merge pull request - uses: wayofdev/gh-actions/actions/github/pull-request/merge@v3.2.0 - with: - github-token: "${{ secrets.WAY_FINDER_BOT_TOKEN }}" diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 88cf906..06bc8ed 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -8,7 +8,7 @@ # https://github.com/actions/labeler/blob/master/README.md on: # yamllint disable-line rule:truthy - pull_request: + pull_request_target: types: - opened