fix(eslint-plugin): [no-unused-vars] no is assigned a value but only used as a type
error when it has a same name
#1102
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
jobs: | |
pr_review_requested: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: | | |
1 approval | |
awaiting response | |
- if: failure() | |
run: | | |
echo "Don't worry if the previous step failed." | |
echo "See https://github.com/actions-ecosystem/action-remove-labels/issues/221." | |
name: PR Review Requested | |
on: | |
pull_request_target: | |
types: | |
- review_requested | |
permissions: | |
pull-requests: write |