Added TinaCMS to Tiago-Araujo.md #1106
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |