Skip to content

chore(deps): bump wagtail from 7.0.7 to 7.0.9 #2636

chore(deps): bump wagtail from 7.0.7 to 7.0.9

chore(deps): bump wagtail from 7.0.7 to 7.0.9 #2636

# https://github.com/kentaro-m/auto-assign-action
# config here: .github/auto_add_assignees.yml & .github/auto_add_reviewers.yml
# config seperated to allow add-assignee to run on draft PRs
name: PR Auto Assignee (author) & Reviewers (team)
on:
pull_request:
types:
- opened
- ready_for_review
- reopened
jobs:
add-assignee:
name: "PR: add assignee (author)"
runs-on: ubuntu-slim
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: .github/auto_add_assignees.yml
add-reviews:
name: "PR: add reviewers (team)"
runs-on: ubuntu-slim
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: .github/auto_add_reviewers.yml