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