-
-
Notifications
You must be signed in to change notification settings - Fork 480
Description
In the Community Health WG, we proposed to detect newcommers in their first PR and share information with them. The idea is to provide them the necessary documentation (like CLA Agreement, conventions and so on) in a welcome pack message.
Part of the group is working on the documentation and I was checking how to share it with people.
I found https://github.com/plbstl/first-contribution/tree/main an action that might work, but it is only working for each repo individually. I am also working on a change of it so it detects the first PR for all the organization. From your side, what should be better, a comment on each first contribution on a repository or by organization?
Another question is, if we want to use it, I would recommend to define the rule here and make use of
https://docs.github.com/en/actions/how-tos/reuse-automations/reuse-workflows
This way, if we want to change the message, we can do it globally and there is no need for a copier change everywhere. I understand that it makes no sense for other actions, but for this specific one, it might be an improvement if we want to make small improvements. WDYT?
@sbidoul @pedrobaeza @yostashiro @arielbarreiros96 @jbaudoux @TumbaoJu