Skip to content

Commit 0a7ffcb

Browse files
author
Chris Anderson
committed
chore: add issue autotagging
1 parent e9d2912 commit 0a7ffcb

File tree

1 file changed

+13
-0
lines changed
  • .github/ISSUE_TEMPLATE/workflows

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
on: [issues]
3+
4+
jobs:
5+
on-issue-update:
6+
runs-on: ubuntu-latest
7+
name: Tag issues
8+
steps:
9+
- name: Issue tagging
10+
id: issue-autotagger
11+
uses: christopheranderson/issue-autotagger@v1
12+
with:
13+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)