Skip to content

Updates for file src/main/resources/messages.properties on branch ccap-493-family-confirmation-email #1055

Updates for file src/main/resources/messages.properties on branch ccap-493-family-confirmation-email

Updates for file src/main/resources/messages.properties on branch ccap-493-family-confirmation-email #1055

Workflow file for this run

name: 'Set Assignee and Reviewer'
on:
pull_request:
types: [opened, ready_for_review]
jobs:
add-assignee:
name: Add author as assignee in GitHub
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: '.github/auto_assign.yml'
add-reviewers:
name: Randomly select code-reviewers
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: uesteibar/reviewer-lottery@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}