Skip to content

Commit a9e72bf

Browse files
authored
Added missing workflows (#94)
* Added Cross-merge workflow * Added PR assigner workflow
1 parent 397e700 commit a9e72bf

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/cross-merge.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Ibexa Reusable / Cross Org PR
2+
3+
on:
4+
push:
5+
branches-ignore:
6+
- "temp_*"
7+
8+
jobs:
9+
call:
10+
uses: ibexa/gh-workflows/.github/workflows/cross-merge.yml@main
11+
secrets:
12+
robot-token: ${{ secrets.EZROBOT_PAT }}

.github/workflows/pr-assign.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Assign Pull Request to maintainers
2+
3+
on:
4+
pull_request_target:
5+
6+
jobs:
7+
assign:
8+
uses: ibexa/gh-workflows/.github/workflows/pr-assign.yml@main
9+
secrets:
10+
robot-token: ${{ secrets.EZROBOT_PAT }}

0 commit comments

Comments
 (0)