Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

chore: ensure 'breaking change' label for PRs that touch stable configs#9243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions.github/workflows/pr-labels.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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
Loading

[8]ページ先頭

©2009-2025 Movatter.jp