This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch asf
in repository https://gitbox.apache.org/repos/asf/grails-github-actions.git
The following commit(s) were added to refs/heads/asf by this push:
new f8dac92 chore: troubleshooting asf.yaml
f8dac92 is described below
commit f8dac9281fdb4e0e673c9663d13a8fa56136836d
Author: James Daugherty <[email protected]>
AuthorDate: Wed Aug 27 11:41:09 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]