Skip to content

Commit 6aec4b6

Browse files
authored
fix: add auto-tag.yml
1 parent a3d5510 commit 6aec4b6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/auto-tag.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Auto Tag
2+
3+
on:
4+
issues:
5+
types:
6+
- reopened
7+
- closed
8+
pull_request:
9+
types:
10+
- closed
11+
12+
jobs:
13+
auto-tag:
14+
name: Auto tag issues and PRs
15+
uses: graasp/graasp-deploy/.github/workflows/auto-tag.yml@v1

0 commit comments

Comments
 (0)