From 610738dccb1e7245a2f394f5ef0fcceb3911a12f Mon Sep 17 00:00:00 2001 From: bitliu Date: Thu, 7 Dec 2023 17:21:02 +0800 Subject: [PATCH 1/2] test Signed-off-by: bitliu --- .github/workflows/assign.yaml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/.github/workflows/assign.yaml b/.github/workflows/assign.yaml index 034ecaf..5778be7 100644 --- a/.github/workflows/assign.yaml +++ b/.github/workflows/assign.yaml @@ -15,9 +15,26 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} body: | - This is a multi-line test comment - - With GitHub **Markdown** :sparkles: - - Created by [create-or-update-comment][1] + 🚀 Thank you for contributing to the Envoy Gateway project! 🚀 - [1]: https://github.com/peter-evans/create-or-update-comment + Your PR has been successfully submitted, and we greatly appreciate your effort and contribution. Before merging, please ensure to follow the process below: + + 1. Requesting Reviews: + - cc @envoyproxy/gateway-reviewers team for an initial review. + - After the initial review, reviewers should request the @envoyproxy/gateway-maintainers team for further review. + + 2. Review Approval: + - Your PR needs to receive at least two approvals. + - At least one approval must come from a member of the gateway-maintainers team. + + Our automated CI systems will run a series of checks on your code to ensure it meets our quality standards and coding conventions. In the meantime, you can help expedite the processing of your PR by: + - Ensuring you have self-reviewed your work according to the project's [contribution guidelines](https://gateway.envoyproxy.io/latest/contributions/develop). + - If your PR addresses a specific issue, make sure to mention it in the PR description. + - Respond promptly if there are any test failures or suggestions for improvements that we comment on. + + Envoy Gateway team will review your PR as soon as possible. If all goes well, your code will soon be merged into the main branch. Should further modifications be required or if there are any questions, we will communicate with you in the PR comments. + + Thank you once again for your contribution, we look forward to your excellent code bringing more possibilities to the Envoy Gateway! + + Happy coding! reactions: 'heart' From 0b5887f0a164127423e3199b1afcef21148430d1 Mon Sep 17 00:00:00 2001 From: bitliu Date: Thu, 7 Dec 2023 17:21:36 +0800 Subject: [PATCH 2/2] test Signed-off-by: bitliu --- .github/workflows/assign.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign.yaml b/.github/workflows/assign.yaml index 5778be7..2afef5f 100644 --- a/.github/workflows/assign.yaml +++ b/.github/workflows/assign.yaml @@ -1,4 +1,4 @@ -name: Auto Request Review +name: Welcome on: pull_request_target: