257b6fe19e
- Bump leapp-framework to 4.0 - Improve the report summary output to make it more visible - Fix processing data in remediation instructions with non-ascii characters - Fix creation of Dialog for Component without choices - Store tracebacks from actors in leapp.db - Resolves: #2223312
30 lines
1.6 KiB
Diff
30 lines
1.6 KiB
Diff
From 9eb9c463fc849005378a34aac22a44a9cb1a662c Mon Sep 17 00:00:00 2001
|
|
From: Andrea Waltlova <awaltlov@redhat.com>
|
|
Date: Wed, 26 Apr 2023 12:51:04 +0200
|
|
Subject: [PATCH 06/18] Remove 'review please' mention from welcome PR message
|
|
|
|
OAMG-8977
|
|
---
|
|
.github/workflows/pr-welcome-msg.yml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/.github/workflows/pr-welcome-msg.yml b/.github/workflows/pr-welcome-msg.yml
|
|
index 67393f9..143c54b 100644
|
|
--- a/.github/workflows/pr-welcome-msg.yml
|
|
+++ b/.github/workflows/pr-welcome-msg.yml
|
|
@@ -19,9 +19,9 @@ jobs:
|
|
issue-number: ${{ github.event.pull_request.number }}
|
|
body: |
|
|
## **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 mergable.
|
|
+ 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
|
|
|
|
To launch regression testing public members of oamg organization can leave the following comment:
|
|
--
|
|
2.41.0
|
|
|