Skip to content

Commit

Permalink
IBX-1734: Added cross-org merge workflow (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored Jan 10, 2022
1 parent 930fa20 commit 098174e
Showing 1 changed file with 12 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 }}

0 comments on commit 098174e

Please sign in to comment.