OnCall was not able to load the current user. Try refreshing the page, (Detail: Non-Existent or Anonymous User). #147
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: On issue closed | |
on: | |
issues: | |
types: | |
- closed | |
jobs: | |
remove-needs-triage-label: | |
name: Remove "needs triage" label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Remove "needs triage" label | |
uses: actions-ecosystem/action-remove-labels@v1.3.0 | |
with: | |
labels: needs triage |