diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 1458b89d2f7..755eae73dc4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -59,6 +59,7 @@ body: - Solace - Solr - TiDB + - Timeplus - ToxiProxy - Trino - Vault diff --git a/.github/ISSUE_TEMPLATE/enhancement.yaml b/.github/ISSUE_TEMPLATE/enhancement.yaml index 2baf2be99eb..375656446a8 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yaml +++ b/.github/ISSUE_TEMPLATE/enhancement.yaml @@ -59,6 +59,7 @@ body: - Solace - Solr - TiDB + - Timeplus - ToxiProxy - Trino - Vault diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index fb5013a41d3..10424fc11ab 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -59,6 +59,7 @@ body: - Solace - Solr - TiDB + - Timeplus - ToxiProxy - Trino - Vault diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bb82dce9f4..4644f2e399f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -324,6 +324,11 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + - package-ecosystem: "gradle" + directory: "/modules/timeplus" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 - package-ecosystem: "gradle" directory: "/modules/toxiproxy" schedule: diff --git a/.github/labeler.yml b/.github/labeler.yml index 387b1644801..3019e2913fa 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -208,6 +208,10 @@ - changed-files: - any-glob-to-any-file: - modules/tidb/**/* +"modules/timeplus": + - changed-files: + - any-glob-to-any-file: + - modules/timeplus/**/* "modules/toxiproxy": - changed-files: - any-glob-to-any-file: diff --git a/.github/settings.yml b/.github/settings.yml index bcf94d2d711..8d5e4b9e8cd 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -250,6 +250,9 @@ labels: - name: modules/tidb color: '#006b75' + - name: modules/timeplus + color: '#006b75' + - name: modules/toxiproxy color: '#006b75'