Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
deepin-community-bot committed Nov 16, 2022
1 parent 934c242 commit 2959f13
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/call-auto-tag.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 2959f13

Please sign in to comment.