Skip to content

Commit

Permalink
Added missing workflows (#94)
Browse files Browse the repository at this point in the history
* Added Cross-merge workflow

* Added PR assigner workflow
  • Loading branch information
ibexa-yuna authored Mar 21, 2022
1 parent 397e700 commit a9e72bf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cross-merge.yaml
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 }}
10 changes: 10 additions & 0 deletions .github/workflows/pr-assign.yaml
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 }}

0 comments on commit a9e72bf

Please sign in to comment.