Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sync by github workflow

Log: none
Influence: none
  • Loading branch information
deepin-admin-bot committed Oct 30, 2023
1 parent 7043a72 commit 59cc1c5
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/backup-to-gitlab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: backup to gitlab
on: [push]

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
backup-to-gitlabwh:
uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master
secrets: inherit

backup-to-gitee:
uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master
secrets: inherit
9 changes: 9 additions & 0 deletions .github/workflows/call-chatOps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: chatOps
on:
issue_comment:
types: [created]

jobs:
chatopt:
uses: linuxdeepin/.github/.github/workflows/chatOps.yml@master
secrets: inherit
15 changes: 15 additions & 0 deletions .github/workflows/call-clacheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Call CLA check
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]

concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true

jobs:
clacheck:
uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/call-commitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Call commitlint
on:
pull_request_target:

concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true

jobs:
check_job:
uses: linuxdeepin/.github/.github/workflows/commitlint.yml@master

0 comments on commit 59cc1c5

Please sign in to comment.