Skip to content

feat(breaking-pr-check): Refactored to breaking-pr-check and deleted … #22

feat(breaking-pr-check): Refactored to breaking-pr-check and deleted …

feat(breaking-pr-check): Refactored to breaking-pr-check and deleted … #22

Workflow file for this run

name: Pull Request Labels

Check failure on line 1 in .github/workflows/pr-labels.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-labels.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: label
on:
pull_request:
types: [labeled, opened, synchronize, unlabeled]
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
#
# WARNING!!!!!!!!!!!
#
# THIS ACTION WAS COMPROMISED: https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
#
# DO NOT RE-ENABLE THIS WORKFLOW WITH THIS IN USE!!!!!
#
# 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@5.5.0
# 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