Skip to content

Commit ac7d634

Browse files
authored
IBX-1734: Added PR assigner workflow (#116)
1 parent 23c5823 commit ac7d634

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.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)