Skip to content

Bump brettcannon/check-for-changed-files from 1.1.0 to 1.1.1 #2687

Bump brettcannon/check-for-changed-files from 1.1.0 to 1.1.1

Bump brettcannon/check-for-changed-files from 1.1.0 to 1.1.1 #2687

Workflow file for this run

name: 'PR labels'
on:
pull_request:
types:
- 'opened'
- 'reopened'
- 'labeled'
- 'unlabeled'
- 'synchronize'
jobs:
classify:
name: 'Classify PR'
runs-on: ubuntu-latest
steps:
- name: 'PR impact specified'
uses: mheap/github-action-required-labels@v4
with:
mode: exactly
count: 1
labels: 'bug, debt, feature-request, no-changelog'