From 76de2b96f4312fac9097d0e8e724ba892757b4b0 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 2 Oct 2021 21:41:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20the=20duplicate=20action?= =?UTF-8?q?=20row?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-tag-pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-tag-pr.yml b/.github/workflows/auto-tag-pr.yml index 7ba98c96..73c803fd 100644 --- a/.github/workflows/auto-tag-pr.yml +++ b/.github/workflows/auto-tag-pr.yml @@ -19,9 +19,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: butlerlogic/action-autotag@stable - name: Label Fixed Issues uses: gh-bot/fix-labeler@master with: token: ${{ secrets.BOT_GITHUB_TOKEN }} - label: '✅ Fixed' \ No newline at end of file + label: '✅ Fixed'