Skip to content

Commit

Permalink
Add GHA workflow to auto-assign issues & PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Dec 27, 2022
1 parent 78059d1 commit 4fd1fad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/assign-issue-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Assign Issue/PR
on:
issues:
types:
- reopened
- opened
pull_request:
types:
- reopened
- opened
jobs:
auto_assign:
permissions:
issues: write
pull-requests: write
uses: UBC-MOAD/gha-workflows/.github/workflows/auto-assign.yaml@39ab5bcb2c528cc2d1ad922c3b9f918087ef48ff

0 comments on commit 4fd1fad

Please sign in to comment.