Skip to content

Commit db41c7d

Browse files
arhadthedevynir3
authored andcommitted
Use GitHub Actions version of Bedevere
1 parent cb764d9 commit db41c7d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/trigger-bots.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Bots
2+
3+
on:
4+
# PR synchronization is a push into a branch associated with the PR
5+
pull_request:
6+
types: [opened, edited, synchronize, labeled, unlabeled]
7+
issue_comment:
8+
types: [created, edited]
9+
pull_request_review_comment:
10+
types: [created, edited]
11+
12+
jobs:
13+
call_bedevere:
14+
name: Call Bedevere
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: arhadthedev/bedevere@c51d1d2d5c7a9cec31ce16af209f42a5905070dd
18+
with:
19+
token: ${{ secrets.BEDEVERE_PAT }}
20+
event: ${{ toJSON(github.event) }}

0 commit comments

Comments
 (0)