Skip to content

Update Caleb's Profile - Implementing 4 month employment retro feedback #1105

Update Caleb's Profile - Implementing 4 month employment retro feedback

Update Caleb's Profile - Implementing 4 month employment retro feedback #1105

Workflow file for this run

# When an Employee profile is modified the Employee will be added automatically to the PR as a reviewer.
name: "Auto Assign PR"
on:
- pull_request
jobs:
assign_reviewer:
runs-on: ubuntu-latest
steps:
- uses: shufo/[email protected]
with:
config: '.github/assign-by-files.yml'
token: ${{ secrets.GITHUB_TOKEN }}