Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 8d1b56c

Browse files
asyncapi-botasyncapi-bot
andauthored
ci: update global workflows (#71)
Co-authored-by: asyncapi-bot <[email protected]>
1 parent 8ba5982 commit 8d1b56c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Automerge release bump PR
55

66
on:
7-
pull_request:
7+
pull_request_target:
88
types:
99
- labeled
1010
- unlabeled
@@ -17,10 +17,6 @@ on:
1717
pull_request_review:
1818
types:
1919
- submitted
20-
check_suite:
21-
types:
22-
- completed
23-
status: {}
2420

2521
jobs:
2622

@@ -29,7 +25,7 @@ jobs:
2925
runs-on: ubuntu-latest
3026
steps:
3127
- name: Autoapproving
32-
uses: hmarr/auto-approve-action@v2.0.0
28+
uses: hmarr/auto-approve-action@v2
3329
if: github.actor == 'asyncapi-bot' || github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
3430
with:
3531
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)