From f0f2a2e7e67349ccd401ac0f21e3c3ba73dca802 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 18 Mar 2025 09:54:09 +0100 Subject: [PATCH] Workflow --- .github/workflows/move-to-main-repo.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index bdbf1e4..712c04b 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -167,6 +167,5 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh issue comment ${{ steps.list_issues.outputs.issue_nr }} --body "A PR has been created for ${{ steps.list_issues.outputs.script_name }}: community-scripts/ProxmoxVE#${{ steps.create_pull_request.outputs.pr_number }}" - //remove label "Migration To ProxmoxVE" gh issue label remove ${{ steps.list_issues.outputs.issue_nr }} "Migration To ProxmoxVE" gh issue label add ${{ steps.list_issues.outputs.issue_nr }} "Started Migration To ProxmoxVE"