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

Introduce a Props Bot workflow #58576

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Introduce a Props Bot workflow #58576

merged 1 commit into from
Feb 1, 2024

Conversation

desrosj
Copy link
Contributor

@desrosj desrosj commented Feb 1, 2024

What?

Props Bot is a new GitHub Action that will compile a list of contributors for a given pull request. The bot will leave a comment with a list of contributors formatted for use in both Trac SVN and GitHub.

It was built and maintained on GitHub in the WordPress/props-bot-action repository with the aim of helping committers and maintainers collect props for a given change.

Why?

Currently, only the contributors making code commits are properly credited in GitHub for their contribution. Props Bot will change all that.

How?

Props Bot generates a list of Co-authored-by trailers for all contributors who participated on a PR.

Copy link
Member

@gziolo gziolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this party started! 🎉

Copy link

github-actions bot commented Feb 1, 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.

Core SVN

If you're a Core Committer, use this list when committing to wordpress-develop in SVN:

Props: desrosj, gziolo, mamaduka.

GitHub Merge commits

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: desrosj <desrosj@git.wordpress.org>
Co-authored-by: gziolo <gziolo@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>

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

@gziolo gziolo added the [Type] Project Management Meta-issues related to project management of Gutenberg label Feb 1, 2024
@desrosj desrosj self-assigned this Feb 1, 2024
@desrosj desrosj added the props-bot Adding this label triggers the Props Bot workflow for a PR. label Feb 1, 2024
@desrosj desrosj merged commit 91450bd into trunk Feb 1, 2024
59 checks passed
@desrosj desrosj deleted the add/props-bot branch February 1, 2024 20:00
@github-actions github-actions bot added this to the Gutenberg 17.7 milestone Feb 1, 2024
@gziolo
Copy link
Member

gziolo commented Feb 2, 2024

The integration comments on closed/merged PRs. See #57608 (comment). It isn’t a big issue but it could save some resources if the hot would only interact with open PRs, also excluding drafts if not yet covered.

@Mamaduka
Copy link
Member

Mamaduka commented Feb 2, 2024

@gziolo, I was about to report the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
props-bot Adding this label triggers the Props Bot workflow for a PR. [Type] Project Management Meta-issues related to project management of Gutenberg
3 participants