From b2d0128300ce962bac3c1bb240490f63c53e612f Mon Sep 17 00:00:00 2001 From: Ashton Bradley Date: Wed, 15 Dec 2021 08:57:12 +1300 Subject: [PATCH] Update TagBot.yml --- .github/workflows/TagBot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 07ab85f..f49313b 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,4 +1,4 @@ -name: Julia TagBot +name: TagBot on: issue_comment: types: @@ -13,5 +13,3 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }} - -