Skip to content

Merge pull request #222 from 10up/dependabot/npm_and_yarn/npm_and_yar… #84

Merge pull request #222 from 10up/dependabot/npm_and_yarn/npm_and_yar…

Merge pull request #222 from 10up/dependabot/npm_and_yarn/npm_and_yar… #84

name: 'Repo Automator'
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@trunk
with:
fail-label: needs:feedback
pass-label: needs:code-review
conflict-label: needs:refresh
reviewers: |
darylldoyle
team:open-source-practice
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}