Skip to content

Commit

Permalink
IBX-1734: Added PR assigner workflow (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored Feb 1, 2022
1 parent acae838 commit e4e8d5a
Showing 1 changed file with 10 additions and 0 deletions.
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 e4e8d5a

Please sign in to comment.