You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build/Test Tools: Disable welcome messages for pull requests.
In [62486], the logic responsible for posting a welcome message to new contributors was changed to use the `actions/first-interaction` action. Since then, a welcome message has been posted on every new pull request.
The behavior seems to be caused by the fact that issues are disabled for the `wordpress-develop` repository, which causes the action to consider every new PR from a new contributor.
This removes the welcome message until the bug can be fixed upstream or a new solution can be created.
Props westonruter, johnbillion, wildworks, desrosj.
See #65432.
git-svn-id: https://develop.svn.wordpress.org/trunk@62629 602fd350-edb4-49c9-b593-d223f7449a82
# While issues are disabled for this repository and this will not post anywhere, this action configures both
36
-
# message inputs as required.
37
-
# See https://github.com/actions/first-interaction/issues/365.
38
-
issue_message: |
39
-
"Baseball is dull only to dull minds." - Red Barber
40
-
pr_message: >
41
-
Hi there! 👋
42
-
43
-
44
-
Thank you for your contribution to WordPress! 💖
45
-
46
-
47
-
It looks like this is your first pull request to `wordpress-develop`. Here are a few things to be aware of that may help you out!
48
-
49
-
50
-
**No one monitors this repository for new pull requests.** Pull requests **must** be attached to a Trac ticket to be considered for inclusion in WordPress Core. To attach a pull request to a Trac ticket, please include the ticket's full URL in your pull request description.
51
-
52
-
53
-
**Pull requests are never merged on GitHub.** The WordPress codebase continues to be managed through the SVN repository that this GitHub repository mirrors. Please feel free to open pull requests to work on any contribution you are making.
54
-
55
-
56
-
More information about how GitHub pull requests can be used to contribute to WordPress can be found in [the Core Handbook](https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/).
57
-
58
-
59
-
**Please include automated tests.** Including tests in your pull request is one way to help your patch be considered faster. To learn about WordPress' test suites, visit the [Automated Testing](https://make.wordpress.org/core/handbook/testing/automated-testing/) page in the handbook.
60
-
61
-
62
-
If you have not had a chance, please review the [Contribute with Code page](https://make.wordpress.org/core/handbook/contribute/) in the [WordPress Core Handbook](https://make.wordpress.org/core/handbook/).
63
-
64
-
65
-
The [Developer Hub](https://developer.wordpress.org/) also documents the various [coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/) that are followed:
0 commit comments