Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add label support to REVIEWERS and NOTIFIED files. #89

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/NOTIFIED
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Examples:
# This rule will notify @owner1 on changes to all files
# **/* @owner1

# This rule will notify @owner1 on changes to all files, and the rule
# has a label "allfiles", which will be included in the github PR info.
# allfiles: **/* @owner1

# This rule will notify @owner1 and @Org/team1 on changes to all .js files
# **/*.js @owner1 @Org/team1

Expand Down
3 changes: 3 additions & 0 deletions .github/REVIEWERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Examples:
# This rule will request @owner1 for review on changes to all files. This rule will also request @owner2 for a blocking review.
# **/* @owner1 @owner2!

# This rule will request @owner1 for review on changes to all files, and the rule has a label "allfiles", which will be included in the github PR info.
# allfiles: **/* @owner1

# This rule will request @owner1 and @Org/team1 for review on changes to all .js files
# **/*.js @owner1 @Org/team1

Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

Loading