From 85387a6b6c927e61316cac9428bc41c01ee31af9 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Sat, 10 Feb 2024 03:23:33 +0100 Subject: [PATCH] Revert back to (fixed) original action (see #100) --- .github/workflows/manage-labels-across-org.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/manage-labels-across-org.yml b/.github/workflows/manage-labels-across-org.yml index 37aaae7..68f8c47 100644 --- a/.github/workflows/manage-labels-across-org.yml +++ b/.github/workflows/manage-labels-across-org.yml @@ -13,6 +13,4 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.BOT_TOKEN }} - # TODO #100 switch back to 'actions-automation/manage-your-labels' when the 'Error on archived repositories' is fixed or merged anyhow - # see https://github.com/actions-automation/manage-your-labels/issues/4 - - uses: pact-foundation/manage-your-labels@7aad2c5c8839b418ec80b79125b7f0fc28c916a4 + - uses: actions-automation/manage-your-labels@main