Skip to content

Commit

Permalink
ci: do not auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Sep 5, 2024
1 parent de56136 commit a3cb921
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a3cb921

Please sign in to comment.