Skip to content

Commit

Permalink
Merge pull request #486 from linear-b/fix-Assign-Reviewers-by-Directory
Browse files Browse the repository at this point in the history
LINBEE-7206-unified-platform-assign-reviewers-by-directory-doc-should-be-updated
  • Loading branch information
PavelLinearB committed Apr 24, 2024
2 parents 79e10aa + c9a2c00 commit 9a7e590
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ automations:
review_ui:
# Triggered for PRs that contain any changes to JavaScript files inside the `src/ui` directory.
if:
- {{ files | match(regex=r/src\/app\/auth\/.*/) | some}}
- {{ files | match(regex=r/src\/ui\/.*/) | some}}
# Add a specified user and team as reviewers.
# Customize the reviewers to match your organization
run:
Expand All @@ -17,4 +17,4 @@ automations:
- action: add-comment@v1
args:
comment: |
The Security team has automatically been added for review because this PR contains changes to components inside `/src/app/auth`
The UI team has automatically been added for review because this PR contains changes to components inside `/src/ui`

0 comments on commit 9a7e590

Please sign in to comment.