kedro-org / kedro

Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
https://kedro.org
Apache License 2.0
10.03k stars 906 forks source link

Add GH action to automatically label community issues #4279

Closed merelcht closed 4 weeks ago

merelcht commented 1 month ago

Description

Add a GH action to automatically label issues created by anyone outside of the team as "Community".

Development notes

Haven't been able to test this, because it needs to be run in a repo that's part of an organisation. Inspired by https://github.com/elastic/detection-rules/blob/main/.github/workflows/community.yml

Developer Certificate of Origin

We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a Signed-off-by line in the commit message. See our wiki for guidance.

If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.

Checklist

astrojuanlu commented 3 weeks ago

I guess it's working right? Uses @merelcht token https://github.com/kedro-org/kedro/issues/4301#event-15125441733

merelcht commented 3 weeks ago

Yes it's working! 😄