From 11cf61b60f987af197dfecda5c188bd711cb0a9a Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Tue, 19 Dec 2023 09:34:20 +0100 Subject: [PATCH] Remove migration workflow (#19) Signed-off-by: Fran Mulero --- workflows/migration.yml | 17 ----------------- workflows/move-closed-issues.yml | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 workflows/migration.yml diff --git a/workflows/migration.yml b/workflows/migration.yml deleted file mode 100644 index ae86cb4..0000000 --- a/workflows/migration.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright VMware, Inc. -# SPDX-License-Identifier: APACHE-2.0 - -name: '[Support] Cards migration' -on: [ workflow_dispatch ] -permissions: {} -jobs: - call-migration-workflow: - uses: bitnami/support/.github/workflows/migrate-reusable.yml@main - with: - organization: bitnami - legacy_project_board_name: Support - new_project_number: 4 - repo: ${{ github.event.repository.name }} - secrets: - # This token should have access to both projects and at least read:project permissions - token: ${{ secrets.MIGRATION_TOKEN }} \ No newline at end of file diff --git a/workflows/move-closed-issues.yml b/workflows/move-closed-issues.yml index d9c7425..7abde6b 100644 --- a/workflows/move-closed-issues.yml +++ b/workflows/move-closed-issues.yml @@ -14,7 +14,7 @@ permissions: pull-requests: write # Avoid concurrency over the same issue concurrency: - group: card-movement-${{ github.event.repository.id }}-${{ github.event.issue != null && github.event.issue.number || github.event.number }} + group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }} jobs: call-move-closed-workflow: uses: bitnami/support/.github/workflows/item-closed.yml@main