Initial GitHub Issue Templates

This commit is contained in:
George Joseph
2023-04-28 11:17:21 -06:00
parent 6c53e5e870
commit f8dc014819
6 changed files with 162 additions and 0 deletions

15
.github/workflows/IssueOpened.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Issue Opened
run-name: "Issue ${{github.event.number}} ${{github.event.action}} by ${{github.actor}}"
on:
issues:
types: opened
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: initial labeling
uses: andymckay/labeler@master
with:
add-labels: "triage"
ignore-if-labeled: true