Skip to content

Bump stylelint from 16.22.0 to 17.14.1 #860

Bump stylelint from 16.22.0 to 17.14.1

Bump stylelint from 16.22.0 to 17.14.1 #860

Workflow file for this run

name: label-check
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
permissions: {}
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
id: app-token
with:
app-id: ${{ vars.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch,skip-changelog
repo_token: ${{ steps.app-token.outputs.token }}