Crash when update to v5.17.0: util could not be found within the project or in these directories #264
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: issue-triage-removal-automation | |
on: | |
issues: | |
types: [assigned] | |
jobs: | |
automate-issues-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: andymckay/[email protected] | |
with: | |
remove-labels: 'needs triage' | |
ignore-if-assigned: false |