Skip to content

Commit

Permalink
feat: add workflow for sync from dtk5
Browse files Browse the repository at this point in the history
  add workflow.
  • Loading branch information
18202781743 committed Nov 6, 2023
1 parent bb2c963 commit ffb1f2e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/call-synchronize-to-dtk6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Call synchronize to dtk6
on:
pull_request_target:
paths-ignore:
- "debian/**"
- "archlinux/**"
- "rpm/**"
- ".obs/**"
- ".github/**"

jobs:
call-synchronize:
uses: linuxdeepin/dtk/.github/workflows/synchronize-to-dtk6.yml@master
secrets: inherit
with:
dest_repo: linuxdeepin/qt6platform-plugins
source_repo: ${{ github.event.pull_request.head.repo.full_name }}
source_ref: ${{ github.event.pull_request.head.ref }}
pull_number: ${{ github.event.pull_request.number }}
10 changes: 10 additions & 0 deletions .syncexclude
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Paths that will be exclude from synchronize workflow
# Please use relative path which use project directory as root
# Notice that
# * .git
# * debian
# * archlinux
# * .obs
# * .github
# are always ignored
linglong.yaml

0 comments on commit ffb1f2e

Please sign in to comment.