fix(healthcheck): usename can be null causing errors #333
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TODOs → GitHub Issues | |
on: push | |
jobs: | |
todo-issues: | |
name: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: alstr/[email protected] | |
with: | |
AUTO_ASSIGN: true # Assign issue to whoever wrote the todo | |
BEFORE: 9c18cf9 |