From f657d7e64d23036a3966dbc39eed778199a98b6d Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Fri, 10 Oct 2025 15:50:28 +0200 Subject: [PATCH] fix: update compliance workflow --- .github/workflows/compliance.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index e4b42b8..41ef37c 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -40,19 +40,17 @@ jobs: ## Issue Reference In order to be considered for merging, the pull request description must refer to a - specific issue number. This is described in our - [Contributing Guide](https://docs.opensauced.pizza/contributing/introduction-to-contributing/). + specific issue number. - This check is looking for a phrase similar to: "Fixes #XYZ" or "Resolves #XYZ" where XYZ is the issue + This check is looking for a phrase similar to: "Fixes #XYZ" or "Relates to #XYZ" where XYZ is the issue number that this PR is meant to address. protected-branch-comment: > ## Protected Branch In order to be considered for merging, the pull request changes must - not be implemented on the "%branch%" branch. This is described in our - [Contributing Guide](https://docs.opensauced.pizza/contributing/introduction-to-contributing/). - We would suggest that you close this PR and implement your changes as - described in our Contributing Guide and open a new pull request. + not be implemented on the "%branch%" branch. + + We would suggest that you close this pull request, create a new branch, implement your changes, and open a new pull request. welcome: name: Welcome @@ -65,5 +63,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} pr-message: |- - Congrats on making your first Pull Request and thanks for taking the time to improve OpenSauced! ❤️🎉🍕 - Say hello by joining the conversation in our [Community](https://github.com/orgs/open-sauced/discussions/1) + Congratulations on submitting your **first Pull Request**! 🎉 + + We appreciate your contribution. Feel free to join the conversation in our + **[Community](https://github.com/orgs/OpenSource-Communities/discussions/4)** and say hello!