Skip to content

Bump eslint-config-prettier from 8.3.0 to 9.0.0 #3783

Bump eslint-config-prettier from 8.3.0 to 9.0.0

Bump eslint-config-prettier from 8.3.0 to 9.0.0 #3783

Workflow file for this run

name: Review
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, '/reviewed') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: reviewed