Skip to content

Add GHA to auto-assign milestones to issues/PRs #44

Add GHA to auto-assign milestones to issues/PRs

Add GHA to auto-assign milestones to issues/PRs #44

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@main