Skip to content

Commit 27f67cf

Browse files
author
Mihai Tabara
committed
Fix grammar error
1 parent b5b3c7d commit 27f67cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/0153-remove-email-validation-for-metadata-owner.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Removing the email validation causes no harm and avoids `if/else` statements tha
1717

1818
# Details
1919

20-
In the Github world, there are some helpful applications that are running in order to help developers. Examples include but are not limited to [dependabot](https://dependabot.com/) and [bors](https://github.com/bors-ng/bors-ng) which are used successful
20+
In the Github world, there are some helpful applications that are running in order to help developers. Examples include but are not limited to [dependabot](https://dependabot.com/) and [bors](https://github.com/bors-ng/bors-ng) which are used successfully
2121
in projects such as [application-services](https://github.com/mozilla/application-services/) or [android-components](https://github.com/mozilla-mobile/android-components/). When `taskcluster-github` is rendering the `.taskcluster.yml`,
2222
it sometimes hits errors when validating the email set for `metadata.owner`. Normally that field is set to `${user}@users.noreply.github.com` where `user = ${event.sender.login}`.
2323
For primitive github operations, sans bots, this works well while for cron-jobs triggered from hooks, we feed that value to our covenience. However, for when we're using bots, we may not always have that flexibility of tweaking the bot's input.

0 commit comments

Comments
 (0)