🏗️ Capitalize username

This commit is contained in:
Alicia Sykes 2021-10-02 21:12:49 +01:00 committed by GitHub
parent 9b1c457ddd
commit 6ce4e3a889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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