shexSpec / shex

ShEx language issues, including new features for e.g. ShEx2.1
24 stars 8 forks source link

customize mailing list notifications? #116

Open ericprud opened 2 years ago

ericprud commented 2 years ago

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

    "public-shex-dev@w3.org": {
        "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 public-shex-dev@w3.org up for an email per event. According to the docs, we could send digests e.g. once per week.