This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon.git
The following commit(s) were added to refs/heads/master by this push:
new f0b8f88 fixes notificaiton indents
f0b8f88 is described below
commit f0b8f88888cd188e8faaa86555a0de18466b5e74
Author: poorejc <[email protected]>
AuthorDate: Thu Jun 15 00:20:52 2023 -0400
fixes notificaiton indents
---
.asf.yaml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index d0b1dc3..ba1e99b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -51,11 +51,11 @@ github:
close_issue: "Re: [I] {title} ({repository})"
catchall: "[GH] {title} ({repository})"
- #manages alerts by distributing to lists
- notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests_status: [email protected]
- pullrequests_comment: [email protected]
- # Send dependabot PRs to commits@ instead
- pullrequests_bot_dependabot: [email protected]
\ No newline at end of file
+#manages alerts by distributing to lists
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests_status: [email protected]
+ pullrequests_comment: [email protected]
+ # Send dependabot PRs to commits@ instead
+ pullrequests_bot_dependabot: [email protected]
\ No newline at end of file