From 2b0ad919e1e55f853e81f5cb6b903bec92b0ffb3 Mon Sep 17 00:00:00 2001 From: dengbo Date: Thu, 11 Jul 2024 15:31:09 +0800 Subject: [PATCH] chore: clear extra workflows clear extra workflows Log: --- .github/workflows/call-build-deb.yml | 17 ----------------- .github/workflows/call-build-tag.yml | 14 -------------- debian/deepin/OWNERS | 15 +++++++++++++++ 3 files changed, 15 insertions(+), 31 deletions(-) delete mode 100644 .github/workflows/call-build-deb.yml delete mode 100644 .github/workflows/call-build-tag.yml create mode 100644 debian/deepin/OWNERS diff --git a/.github/workflows/call-build-deb.yml b/.github/workflows/call-build-deb.yml deleted file mode 100644 index ce0abccc3..000000000 --- a/.github/workflows/call-build-deb.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Call build-deb -on: - pull_request_target: - paths-ignore: - - ".github/workflows/**" - types: [ opened, closed, synchronize ] - -concurrency: - group: ${{ github.workflow }}-pull/${{ github.event.number }} - cancel-in-progress: true - -jobs: - check_job: - if: github.event.action != 'closed' || github.event.pull_request.merged - uses: deepin-community/.github/.github/workflows/build-deb.yml@release - secrets: - BridgeToken: ${{ secrets.BridgeToken }} diff --git a/.github/workflows/call-build-tag.yml b/.github/workflows/call-build-tag.yml deleted file mode 100644 index 7581f4f5d..000000000 --- a/.github/workflows/call-build-tag.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: tag build -on: - push: - tags: "*" - -concurrency: - group: ${{ github.workflow }} - cancel-in-progress: true - -jobs: - build: - uses: deepin-community/.github/.github/workflows/build-tag.yml@release - secrets: - BridgeToken: ${{ secrets.BridgeToken }} diff --git a/debian/deepin/OWNERS b/debian/deepin/OWNERS new file mode 100644 index 000000000..996cbfb16 --- /dev/null +++ b/debian/deepin/OWNERS @@ -0,0 +1,15 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: +- dengbo11 +- kamiyadm +- black-desk +approvers: +- Zeno-sole +- Iceyer +- UTsweetyfish +- hudeng-go +- zccrs +- dengbo11 +- kamiyadm +- black-desk \ No newline at end of file