Skip to content

Bump lint-staged from 11.2.6 to 15.2.10 #3978

Bump lint-staged from 11.2.6 to 15.2.10

Bump lint-staged from 11.2.6 to 15.2.10 #3978

Workflow file for this run

name: Close-pr
on:
pull_request:
types: [opened]
issue_comment:
types: [created]
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/close-pr/') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: Close-PR