Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update check for Contributors in markdown readme #752

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

ernilambar
Copy link
Member

@ernilambar ernilambar commented Oct 26, 2024

Fixes #753

Current check (check_for_contributors()) does not work properly when readme is in markdown.

Eg:

**Contributors:** johndoe

Regex is updated to accommodate this format.

@ernilambar ernilambar force-pushed the update-contributors-check branch 3 times, most recently from b3b1867 to 75fd748 Compare October 27, 2024 06:25
@ernilambar ernilambar force-pushed the update-contributors-check branch from 75fd748 to d275c99 Compare October 27, 2024 06:30
@ernilambar ernilambar changed the title Update contributors check Update check for Contributors in markdown readme Oct 27, 2024
@ernilambar ernilambar marked this pull request as ready for review October 27, 2024 06:44
Copy link

github-actions bot commented Oct 27, 2024

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: ernilambar <[email protected]>
Co-authored-by: davidperezgar <[email protected]>
Co-authored-by: swissspidy <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@ernilambar ernilambar requested a review from swissspidy October 27, 2024 06:50
@davidperezgar
Copy link
Member

Great catch!

@ernilambar ernilambar added [Type] Bug An existing feature is broken [Team] Plugin Review Issues owned by Plugin Review Team labels Oct 29, 2024
@ernilambar ernilambar added this to the 1.3.0 milestone Oct 29, 2024
@ernilambar ernilambar force-pushed the update-contributors-check branch from 9c8f12f to 37f7981 Compare November 5, 2024 07:11
@swissspidy swissspidy merged commit bdd11e0 into trunk Nov 5, 2024
29 checks passed
@swissspidy swissspidy deleted the update-contributors-check branch November 5, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Team] Plugin Review Issues owned by Plugin Review Team [Type] Bug An existing feature is broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve readme_invalid_contributors to accept readme in markdown format
3 participants