Skip to content

fix: 修复页面中“更多”按钮后没有更多 #82

fix: 修复页面中“更多”按钮后没有更多

fix: 修复页面中“更多”按钮后没有更多 #82

Workflow file for this run

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: linuxdeepin/.github/.github/workflows/auto-tag.yml@master
secrets: inherit