Skip to content

Updated links on Chris-Clement.md #1107

Updated links on Chris-Clement.md

Updated links on Chris-Clement.md #1107

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 }}