Skip to content

Commit 64e64ee

Browse files
committed
add tagpr
1 parent 1b4d2c3 commit 64e64ee

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/tagpr.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: tagpr
2+
on:
3+
push:
4+
branches: ["main"]
5+
jobs:
6+
tagpr:
7+
runs-on: ubuntu-24.04
8+
steps:
9+
- uses: actions/checkout@v4
10+
with:
11+
token: ${{ secrets.GITHUB_TOKEN }}
12+
- uses: Songmu/tagpr@v1
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)