Skip to content

Updated links on Andreas-Lengkeek.md #1101

Updated links on Andreas-Lengkeek.md

Updated links on Andreas-Lengkeek.md #1101

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