Skip to content

Commit a2ec0e2

Browse files
author
Mihai Tabara
committed
Adjust to 0153 in filename to cope with consistency
1 parent b1c58aa commit a2ec0e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# Summary
66

77
We want to remove the email validation for `metadata.owner` to allow Github applications to safely
8-
set their names.
8+
set their names within the fields used in `.taskcluster.yml` without breaking the CI automation.
99

1010
## Motivation
1111

12-
Using Github bots has become a necessity in many repositories that are already using Taskcluster as their CI. Many of these bots tweak some of the input fed in `.taskcluster.yml` without an easy way to tweak it.
12+
Using Github bots has become a necessity in many repositories that are already using Taskcluster as their CI. Many of these bots set some of the context input fed in `.taskcluster.yml` without an easy way to tweak it.
1313
One of these examples is the `event.sender.login` which may be directly inferred from the bot without the possibility of configuring it. Since this field is often used to feed the `metadata.owner` with an email address, it
1414
can often break taskcluster-gitub logic.
1515

0 commit comments

Comments
 (0)