Skip to content

Commit a6ebd61

Browse files
authored
feat: Create call-beta-bot.yml
1 parent 1364c70 commit a6ebd61

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Call Beta Bot
2+
3+
on:
4+
# Triggers the workflow on push to beta branch or changes in a pull request to main branch
5+
push:
6+
branches: [ "beta" ]
7+
pull_request:
8+
types: [ opened, synchronize, reopened, ready_for_review, closed, labeled, unlabeled ]
9+
branches: [ "master" ]
10+
11+
# Allows you to run this workflow manually from the Actions tab
12+
workflow_dispatch:
13+
14+
jobs:
15+
# Calls the latest Beta Bot with the current context
16+
call-workflow:
17+
uses: genexuslabs/auto-prs-merger/.github/workflows/run-beta-bot.yml@master
18+
secrets: inherit

0 commit comments

Comments
 (0)