shex icon indicating copy to clipboard operation
shex copied to clipboard

customize mailing list notifications?

Open ericprud opened this issue 4 years ago • 0 comments

Right now, our github-notify-ml-config:

    "[email protected]": {
        "shexSpec/spec": {
            "events": ["issues.opened", "issues.closed", "issue_comment.created", "pull_request.opened", "pull_request.labeled"],
            "branches": {
                "gh-pages": ["push"]
            }
        },
        "shexSpec/shape-map": {
            "events": ["issues.opened", "issues.closed", "issue_comment.created", "pull_request.opened", "pull_request.labeled"],
            "branches": {
                "gh-pages": ["push"]
            }
        },
        "shexSpec/primer": {
            "events": ["issues.opened", "issues.closed", "issue_comment.created", "pull_request.opened", "pull_request.labeled"],
            "branches": {
                "gh-pages": ["push"]
            }
        },
        "shexSpec/shex": {
            "events": ["issues.opened", "issues.closed", "issue_comment.created", "pull_request.opened", "pull_request.labeled"],
            "branches": {
                "master": ["push"]
            }
        },
        "shexSpec/shexTest": {
            "events": ["issues.opened", "issues.closed", "issue_comment.created", "pull_request.opened", "pull_request.labeled"],
            "branches": {
                "master": ["push"]
            }
        }
    },

Signes [email protected] up for an email per event. According to the docs, we could send digests e.g. once per week.

ericprud avatar Jul 22 '21 17:07 ericprud