This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-github-actions.git
The following commit(s) were added to refs/heads/main by this push:
new 9241876 chore: troubleshooting asf.yaml
9241876 is described below
commit 924187613cd7a83f0754b6288e5c112085ef01f8
Author: James Daugherty <[email protected]>
AuthorDate: Wed Aug 27 11:43:10 2025 -0400
chore: troubleshooting asf.yaml
---
.asf.yaml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 2037d80..371a64a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,3 +19,27 @@ github:
features:
issues: true
projects: true
+ # deployment environments to delay releasing until the necessary steps have
completed
+ environments:
+ release:
+ required_reviewers:
+ - id: grails-committers
+ type: Team
+ - id: jdaugherty
+ type: User
+ wait_timer: 0
+ description: "Apache Grails (incubating) - GitHub Actions"
+ homepage: https://grails.apache.org/
+ labels:
+ - github-actions
+ - github
+ - apache
+notifications:
+ commits: [email protected]
+ jobs: [email protected]
+ pullrequests_status: [email protected]
+ pullrequests_comment: [email protected]
+ pullrequests_bot_dependabot: [email protected]
+ issues: [email protected]
+ issues_status: [email protected]
+ issues_comment: [email protected]