Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore: add GitHub workflow to close issues resolved in v8 branch #665

chore: add GitHub workflow to close issues resolved in v8 branch

chore: add GitHub workflow to close issues resolved in v8 branch #665

Workflow file for this run

name: Pull Request Labels
on:
pull_request:
types: [labeled, opened, synchronize, unlabeled]
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- id: changed-stable-configs
uses: tj-actions/changed-files@v44.5.2
with:
files: packages/{eslint-plugin,typescript-eslint}/src/configs/{recommended,stylistic}*
- if: steps.changed-stable-configs.outputs.any_changed == 'true'
uses: mheap/github-action-required-labels@v5.4.1
with:
add_comment: true
count: 1
labels: breaking change
message: '🤖 Beep boop! PRs that change our stable preset configs must be labeled with `breaking change`.'
mode: minimum
Morty Proxy This is a proxified and sanitized view of the page, visit original site.