Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
deepin-admin-bot committed Jun 25, 2024
1 parent ef9a161 commit bfa8d25
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/backup-to-gitlab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: backup to gitlab
on: [push]

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

jobs:
backup-to-gitlabwh:
uses: deepin-community/.github/.github/workflows/backup-to-gitlabwh.yml@master
secrets:
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}
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 }}
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: deepin-community/.github/.github/workflows/chatOps.yml@master
secrets: inherit

0 comments on commit bfa8d25

Please sign in to comment.