Skip to content

Commit

Permalink
Merge pull request #13 from ApolloAutomation/AutoAssignAction
Browse files Browse the repository at this point in the history
Create autoassign.yml
  • Loading branch information
TrevorSchirmer authored Jul 6, 2024
2 parents f637139 + 8424c3c commit c92de8a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/autoassign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: TrevorSchirmer
numOfAssignee: 1
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Breaks:

Checks:
- [ ] Documentation Updated
- [ ] Build Number Incremented In AIR-1.yaml
- [ ] Build Number Incremented In YAML

0 comments on commit c92de8a

Please sign in to comment.