From 02d5bcfe9be7494c572c64d344977743dff6e266 Mon Sep 17 00:00:00 2001 From: Dan <35927536+dan-mba@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:58:56 -0400 Subject: [PATCH 1/2] fix: update gh-action-open-source-labels to latest --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 27fd46db..d34e6b76 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20' - - uses: EddieHubCommunity/gh-action-open-source-labels@v0.2.2 + - uses: EddieHubCommunity/gh-action-open-source-labels@v0.6.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} owner-name: ${{ github.repository_owner }} From 3ccd6a629fa592d3a077aa8ec38d5897e3787264 Mon Sep 17 00:00:00 2001 From: Dan <35927536+dan-mba@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:44:39 -0400 Subject: [PATCH 2/2] fix: remove unneeded labels action --- .github/workflows/labels.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/labels.yml diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml deleted file mode 100644 index d34e6b76..00000000 --- a/.github/workflows/labels.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Label importer - -on: - push: - branches: [ main ] - -jobs: - labels: - - runs-on: ubuntu-latest - - steps: - - uses: actions/setup-node@v4 - with: - node-version: '20' - - uses: EddieHubCommunity/gh-action-open-source-labels@v0.6.4 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - owner-name: ${{ github.repository_owner }} - repository-name: ${{ github.event.repository.name }}