-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Cross-merge workflow * Added PR assigner workflow
- Loading branch information
1 parent
397e700
commit a9e72bf
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Ibexa Reusable / Cross Org PR | ||
|
||
on: | ||
push: | ||
branches-ignore: | ||
- "temp_*" | ||
|
||
jobs: | ||
call: | ||
uses: ibexa/gh-workflows/.github/workflows/cross-merge.yml@main | ||
secrets: | ||
robot-token: ${{ secrets.EZROBOT_PAT }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Assign Pull Request to maintainers | ||
|
||
on: | ||
pull_request_target: | ||
|
||
jobs: | ||
assign: | ||
uses: ibexa/gh-workflows/.github/workflows/pr-assign.yml@main | ||
secrets: | ||
robot-token: ${{ secrets.EZROBOT_PAT }} |