We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5079c4 commit c951c59Copy full SHA for c951c59
.github/workflows/call-auto-tag.yml
@@ -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