This commit is contained in:
deepin-community-bot 2022-11-16 03:50:22 +00:00
parent 19a1571b85
commit 83758a385d
2 changed files with 18 additions and 1 deletions

17
.github/workflows/call-auto-tag.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: auto tag
on:
pull_request_target:
types: [opened, synchronize, closed]
paths:
- "debian/changelog"
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
auto_tag:
uses: deepin-community/.github/.github/workflows/auto-tag.yml@master
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

View File

@ -3,7 +3,7 @@ on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
types: [opened, synchronize]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}