Support Hygon CSV3 guest, support live migration for Hygon CSV3 guest #43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |