From 4110818b82610f44fc24e624ee8ad8a76e7d99c0 Mon Sep 17 00:00:00 2001 From: Trevor Schirmer <24777085+TrevorSchirmer@users.noreply.github.com> Date: Sat, 6 Jul 2024 10:09:14 -0400 Subject: [PATCH 1/2] Create autoassign.yml --- .github/workflows/autoassign.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/autoassign.yml diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml new file mode 100644 index 0000000..0158e68 --- /dev/null +++ b/.github/workflows/autoassign.yml @@ -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 From 8424c3c0cfa50d05c55521250dff609024dafdaf Mon Sep 17 00:00:00 2001 From: Trevor Schirmer <24777085+TrevorSchirmer@users.noreply.github.com> Date: Sat, 6 Jul 2024 10:20:30 -0400 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 1a66c6a..ddb2d90 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -10,4 +10,4 @@ Breaks: Checks: - [ ] Documentation Updated -- [ ] Build Number Incremented In AIR-1.yaml \ No newline at end of file +- [ ] Build Number Incremented In YAML