Skip to content

Commit

Permalink
Merge pull request #163 from 10up/update/repo-automator
Browse files Browse the repository at this point in the history
Update repo automator workflow.
  • Loading branch information
faisal-alvi committed Aug 24, 2023
2 parents ff9fd68 + cccc698 commit 36f961e
Showing 1 changed file with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: 'PR Automator'
name: 'Repo Automator'
on:
issues:
types:
- opened
push:
branches:
- develop
pull_request:
types:
- opened
- edited
- synchronize
- converted_to_draft
- ready_for_review
branches:
Expand All @@ -13,10 +20,14 @@ jobs:
Validate:
runs-on: ubuntu-latest
steps:
- uses: 10up/action-pr-automator@trunk
- uses: 10up/action-repo-automator@trunk
with:
fail-label: needs:feedback
pass-label: needs:code-review
reviewer: faisal-alvi
conflict-label: needs:refresh
sync-pr-branch: true
reviewers: |
faisal-alvi
team:open-source-practice
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 36f961e

Please sign in to comment.