Skip to content

Commit c951c59

Browse files
author
deepin-community-bot
committed
1 parent c5079c4 commit c951c59

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: auto tag
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, synchronize, closed]
6+
paths:
7+
- "debian/changelog"
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-pull/${{ github.event.number }}
11+
cancel-in-progress: true
12+
13+
jobs:
14+
auto_tag:
15+
uses: deepin-community/.github/.github/workflows/auto-tag.yml@master
16+
secrets:
17+
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)