test #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Welcome | |
on: | |
pull_request_target: | |
types: [opened, reopened, synchronize] | |
jobs: | |
auto-request-review: | |
permissions: | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Comment | |
uses: peter-evans/create-or-update-comment@v3 | |
with: | |
issue-number: ${{ github.event.pull_request.number }} | |
body: | | |
🚀 Thank you for contributing to the Envoy Gateway project! 🚀 | |
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' |