Skip to content

Commit

Permalink
Add notify:true for amphtml/validator/... (#26743)
Browse files Browse the repository at this point in the history
This will cause `ampproject/wg-caching` to be notified when PRs make changes to files within `amphtml/validator/`.

This currently happens for all `.protoascii`, '.html', and '.out' files in `amphtml/extensions/` via this OWNERS file: https://github.com/ampproject/amphtml/blob/master/OWNERS#L16
  • Loading branch information
honeybadgerdontcare committed Feb 11, 2020
1 parent eb4c20b commit 15b60a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
rules: [
{
owners: [{name: 'ampproject/wg-caching'}],
owners: [{name: 'ampproject/wg-caching', notify: true}],
},
],
}

0 comments on commit 15b60a3

Please sign in to comment.