From e43346659072d2b86df8272949951e12675ee2e3 Mon Sep 17 00:00:00 2001 From: Inessa Vasilevskaya Date: Tue, 25 Apr 2023 12:37:36 +0200 Subject: [PATCH 15/30] Further tune welcome-bot message - Do not use master, use latest upstream - Add precise command to request review from oamg-developers --- .github/workflows/pr-welcome-msg.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-welcome-msg.yml b/.github/workflows/pr-welcome-msg.yml index adeed97c..7e7ba831 100644 --- a/.github/workflows/pr-welcome-msg.yml +++ b/.github/workflows/pr-welcome-msg.yml @@ -21,15 +21,15 @@ jobs: ## **Thank you for contributing to the Leapp project!** Please note that every PR needs to comply with the [Leapp Guidelines](https://leapp.readthedocs.io/en/latest/contributing.html#) and must pass all tests in order to be mergeable. If you want to request a review or rebuild a package in copr, you can use following commands as a comment: - - **review please** to notify leapp developers of review request + - **review please @oamg/developers** to notify leapp developers of the review request - **/packit copr-build** to submit a public copr build using packit - Packit will automatically schedule regression tests for this PR's build and leapp\*master\*. If you need a different version of leapp from PR#42, use `/packit test oamg/leapp#42` + Packit will automatically schedule regression tests for this PR's build and latest upstream leapp build. If you need a different version of leapp from PR#42, use `/packit test oamg/leapp#42` To launch regression testing public members of oamg organization can leave the following comment: - - **/rerun** to schedule basic regression tests using this pr build and leapp\*master\* as artifacts + - **/rerun** to schedule basic regression tests using this pr build and latest upstream leapp build as artifacts - **/rerun 42** to schedule basic regression tests using this pr build and leapp\*PR42\* as artifacts - - **/rerun-sst** to schedule sst tests using this pr build and leapp\*master\* as artifacts + - **/rerun-sst** to schedule sst tests using this pr build and latest upstream leapp build as artifacts - **/rerun-sst 42** to schedule sst tests using this pr build and leapp\*PR42\* as artifacts Please [open ticket](https://url.corp.redhat.com/oamg-ci-issue) in case you experience technical problem with the CI. (RH internal only) -- 2.40.1