From 6ce4e3a88935b9b2c84d4defd65591fcdd2090f6 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 2 Oct 2021 21:12:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Capitalize=20username?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/remove-stale-label.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/remove-stale-label.yml b/.github/workflows/remove-stale-label.yml index fea0fc4f..58d8e14d 100644 --- a/.github/workflows/remove-stale-label.yml +++ b/.github/workflows/remove-stale-label.yml @@ -7,7 +7,7 @@ on: jobs: remove-stale: runs-on: ubuntu-latest - if: ${{ github.event.inputs.name != 'liss-bot' && github.event.inputs.name != 'lissy93' }} + if: ${{ github.event.inputs.name != 'liss-bot' && github.event.inputs.name != 'Lissy93' }} steps: - name: Remove Stale labels when Updated uses: actions-cool/issues-helper@v2 @@ -19,7 +19,7 @@ jobs: add-awaiting-author: runs-on: ubuntu-latest - if: ${{ github.event.inputs.name != 'liss-bot' && github.event.inputs.name != 'lissy93' }} + if: ${{ github.event.inputs.name != 'liss-bot' && github.event.inputs.name != 'Lissy93' }} steps: - name: Add Awaiting Author labels when Updated uses: actions-cool/issues-helper@v2 @@ -31,7 +31,7 @@ jobs: remove-awaiting-author: runs-on: ubuntu-latest - if: ${{ github.event.inputs.name == 'lissy93' }} + if: ${{ github.event.inputs.name == 'Lissy93' }} steps: - name: Remove Awaiting Author labels when Updated uses: actions-cool/issues-helper@v2