From a3ba7902c2c15ea532349b4e9f2fd289d51760d5 Mon Sep 17 00:00:00 2001 From: Alex Tymchuk Date: Fri, 19 Nov 2021 03:02:22 +0300 Subject: [PATCH 1/2] PMM-9168 remove the review workflow --- .github/workflows/ready-for-review.yml | 15 --------------- README.md | 7 +++---- 2 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 .github/workflows/ready-for-review.yml diff --git a/.github/workflows/ready-for-review.yml b/.github/workflows/ready-for-review.yml deleted file mode 100644 index 9d96b89b1..000000000 --- a/.github/workflows/ready-for-review.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: "Assign Reviewers" -on: - pull_request: - types: [ready_for_review] - -jobs: - assign-reviewers: - runs-on: ubuntu-latest - steps: - - name: "Assign Team for the review" - uses: percona-platform/auto-assign-review-teams@v.1.0.1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - teams: "pmm-review-exporters" - skip-with-manual-reviewers: 2 diff --git a/README.md b/README.md index 55382a9b5..7b7685517 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MongoDB exporter [![Release](https://img.shields.io/github/release/percona/mongodb_exporter.svg?style=flat)](https://github.com/percona/mongodb_exporter/releases/latest) [![Build Status](https://github.com/percona/mongodb_exporter/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/percona/mongodb_exporter/actions/workflows/go.yml?query=branch%3Amain) -[![codecov.io Code Coverage](https://img.shields.io/codecov/c/github/percona/mongodb_exporter.svg?maxAge=2592000)](https://codecov.io/github/percona/mongodb_exporter?branch=master) +[![codecov.io Code Coverage](https://img.shields.io/codecov/c/github/percona/mongodb_exporter.svg?maxAge=2592000)](https://codecov.io/github/percona/mongodb_exporter?branch=main) [![Go Report Card](https://goreportcard.com/badge/github.com/percona/mongodb_exporter)](https://goreportcard.com/report/github.com/percona/mongodb_exporter) [![CLA assistant](https://cla-assistant.percona.com/readme/badge/percona/mongodb_exporter)](https://cla-assistant.percona.com/percona/mongodb_exporter) [![Discord](https://img.shields.io/discord/808660945513611334?style=flat)](http://per.co.na/discord) @@ -18,8 +18,7 @@ Currently, these metric sources are implemented: ## Info on Percona MongoDB exporter versions -The old 0.1x.y version (ex `master` branch) has been moved to the -`release-0.1x` branch. +The old 0.1x.y version (ex `master` branch) has been moved to the `release-0.1x` branch. A flag, `--compatible-mode`, which exposes metrics with 0.1x compatible metric names has been implemented which simplifies migration from the old version to @@ -65,7 +64,7 @@ If you built the exporter using the method mentioned in the previous section, th #### Docker A docker image is available on the [official percona repository](https://hub.docker.com/r/percona/mongodb_exporter). -##### examples +##### Examples ```sh # with podman From 45006884bb5cf2024546c67639259b574f48fc95 Mon Sep 17 00:00:00 2001 From: Alex Tymchuk Date: Fri, 19 Nov 2021 03:08:06 +0300 Subject: [PATCH 2/2] PMM-9168 updated links in PR template --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 704806f26..35afab3c3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,12 @@ [PMM-XXXX](https://jira.percona.com/browse/PMM-XXXX) (optional, if ticket reported) - [ ] Links to other linked pull requests (optional). + --- + - [ ] Tests passed. - [ ] Fix conflicts with target branch. - [ ] Update jira ticket description if needed. - [ ] Attach screenshots/console output to confirm new behavior to jira ticket, if applicable. - -When all checks have passed and code is ready for the review, bot should add `pmm-review-exporters` team as the reviewer. That would assign people from the review team automatically. Report any issues on our [Forums](https://forums.percona.com) and [Discord](https://discord.gg/mQEyGPkNbR). +Once all checks pass and the code is ready for review, please add `pmm-review-exporters` team as the reviewer. That would assign people from the review team automatically. Report any issues on our [Forum](https://forums.percona.com) or [Discord](https://per.co.na/discord).