Skip to content

Commit

Permalink
Added missing PR assign workflow (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Jun 17, 2024
1 parent 6dad91e commit d78296d
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 d78296d

Please sign in to comment.