Skip to content

Commit ff6a88a

Browse files
authored
Merge pull request #807 from microsoft/chrande/worklow
chore: add issue autotagging
2 parents e9d2912 + 0a7ffcb commit ff6a88a

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)