Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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!
Loading