Skip to content

Commit ba56834

Browse files
Create MAINTAINER_LIST secret for GitHub Actions (#23633)
1 parent c1946d0 commit ba56834

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// A list of maintainers to be used as an "allow list" for various GitHub Actions.
2+
// This allows us to make various "exceptions" for maintainers, such as automatically
3+
// removing the `needs-triage` label from new Issues and Pull Requests
4+
//
5+
resource "github_actions_secret" "maintainer_list" {
6+
repository = "terraform-provider-aws"
7+
secret_name = "MAINTAINER_LIST"
8+
plaintext_value = "['anGie44', 'breathingdust', 'ewbankkit', 'gdavison', 'johnsonaj', 'justinretzolk', 'maryelizbeth', 'YakDriver', 'zhelding']"
9+
}

0 commit comments

Comments
 (0)