Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #98 from bcgov/akroon3r-patch-1
Browse files Browse the repository at this point in the history
Auto Assign Team Members to PR
  • Loading branch information
SDToews authored Jul 14, 2022
2 parents f0f5606 + c47301b commit e116141
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pull-request-auto-assign.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Pull Request - Auto Assign Development Team

on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
assign-team-members:
runs-on: ubuntu-latest
steps:
- name: Auto Assign Teams
uses: delivery-much/actions-assigner@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
reviewers: sdtoews,aideninbcgov,John-Dion,akroon3r

0 comments on commit e116141

Please sign in to comment.