chore(dev-deps): update dependency eslint-flat-config-utils to v2 #402
Workflow file for this run
This file contains hidden or 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: Apply Done Label | |
| on: | |
| pull_request: | |
| types: | |
| - closed | |
| jobs: | |
| run: | |
| name: "Update Labels" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: RebeccaStevens/issue-closed-labeler-action@v1 | |
| with: | |
| rules: '[{"condition":"Type: Bug","add":"Resolution: Fixed","remove":["Status: Triage","Status: Investigation Needed","Status: On Hold","Status: In Progress","Status: Stale","Status: Awaiting Response","Status: Awaiting Feedback","Status: Blocked"]},{"condition":["some",["Type: Feature","Type: Enhancement"]],"add":"Resolution: Added","remove":["Status: Triage","Status: Investigation Needed","Status: On Hold","Status: In Progress","Status: Stale","Status: Awaiting Response","Status: Awaiting Feedback","Status: Blocked"]}]' |