Skip to content

Bump validator from 13.11.0 to 13.15.20 in the npm_and_yarn group across 1 directory #83

Bump validator from 13.11.0 to 13.15.20 in the npm_and_yarn group across 1 directory

Bump validator from 13.11.0 to 13.15.20 in the npm_and_yarn group across 1 directory #83

name: 'Repo Automator'
permissions:
contents: read
issues: write
pull-requests: write
on:
issues:
types:
- opened
push:
branches:
- develop
pull_request:
types:
- opened
- edited
- synchronize
- converted_to_draft
- ready_for_review
branches:
- develop
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- uses: 10up/action-repo-automator@280f5dc0b4ed1b5c50c816e08623bdefce55cdce # v2.1.3
with:
fail-label: needs:feedback
pass-label: needs:code-review
conflict-label: needs:refresh
reviewers: |
peterwilsoncc
team:open-source-practice
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}