forked from luck/tmp_suning_uos_patched
chore: Sync by 84aa0297a3
This commit is contained in:
parent
19a1571b85
commit
83758a385d
17
.github/workflows/call-auto-tag.yml
vendored
Normal file
17
.github/workflows/call-auto-tag.yml
vendored
Normal 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 }}
|
2
.github/workflows/call-clacheck.yml
vendored
2
.github/workflows/call-clacheck.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user