8000 Merge branch 'main' into fix-type-incompatibility · typescript-eslint/typescript-eslint@c946e20 · GitHub
[go: up one dir, main page]

Skip to content

fix(typescript-eslint): make exported configs/plugin compatible with defineConfig() #1072

fix(typescript-eslint): make exported configs/plugin compatible with defineConfig()

fix(typescript-eslint): make exported configs/plugin compatible with defineConfig() #1072

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
0