Skip to content

Commit

Permalink
Merge branch 'main' into SplitYaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSchirmer authored Jul 6, 2024
2 parents 4ccd5f1 + ab9699a commit bad15c1
Show file tree
Hide file tree
Showing 2 changed files with 21 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
3 changes: 2 additions & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Breaks:

Checks:
- [ ] Documentation Updated
- [ ] Build Number Incremented In YAML (YY-MM-DD-#)
- [ ] Build Number Incremented In YAML (YY-MM-DD-#)

0 comments on commit bad15c1

Please sign in to comment.