MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists#8521
MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists#8521omkreddy merged 2 commits intoapache:trunkfrom
Conversation
| notifications: | ||
| commits: commits@kafka.apache.org | ||
| issues: github@kafka.apache.org | ||
| pullrequests: github@kafka.apache.org |
There was a problem hiding this comment.
Do we have this mailing list already?
There was a problem hiding this comment.
Good Question. I think, we dont have ``github@kafka.apache.org` yet.
Only ASF members and PMC Chair can create mailing list using : https://selfserve.apache.org/
Maybe we can request @junrao to create a new mailing address : github@kafka.apache.org
There was a problem hiding this comment.
Can we use the commits mailing list for now?
There was a problem hiding this comment.
Btw, we have a JIRA mailing list, maybe we can use that for issues and pull requests for now.
There was a problem hiding this comment.
sounds good. we can use jira@afka.apache.org. If required, we can change later.
updated the PR.
|
@ijuma Thanks for the review. Merging to trunk. |
* apache-github/trunk: MINOR: Fix grammar in error message for InvalidRecordException (apache#8465) KAFKA-9868: Reduce number of transaction log partitions for embed broker (apache#8522) MINOR: Adding github whitelist (apache#8523) MINOR: Upgrade gradle plugins and test libraries for Java 14 support (apache#8519) MINOR: Further reduce runtime for metrics integration tests (apache#8514) MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists (apache#8521) MINOR: Update to Gradle 6.3 (apache#7677) HOTFIX: fix checkstyle error of RocksDBStoreTest and flaky RocksDBTimestampedStoreTest.shouldOpenExistingStoreInRegularMode (apache#8515) MINOR: cleanup RocksDBStore tests (apache#8510) KAFKA-9818: Fix flaky test in RecordCollectorTest (apache#8507) MINOR: reduce impact of trace logging in replica hot path (apache#8468) KAFKA-6145: KIP-441: Add test scenarios to ensure rebalance convergence (apache#8475) KAFKA-9881: Convert integration test to verify measurements from RocksDB to unit test (apache#8501) MINOR: improve test coverage for dynamic LogConfig(s) (apache#7616) MINOR: Switch order of sections on tumbling and hopping windows in streams doc. Tumbling windows are defined as "special case of hopping time windows" - but hopping windows currently only explained later in the docs. (apache#8505) KAFKA-9819: Fix flaky test in StoreChangelogReaderTest (apache#8488)
Following the instructions from: https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-ImplementedFeatures
This PR redirects all github
commitnotifications tocommits@kafka.apache.organdissues,pullrequestsnotifications togithub@kafka.apache.orgmailing list.Also enable
linklabelJIRA notification options.