kedro-org / kedro-plugins

First-party plugins maintained by the Kedro team.
Apache License 2.0
94 stars 90 forks source link

build: Add GH action to label community issues automatically #922

Closed merelcht closed 2 weeks ago

merelcht commented 2 weeks ago

Description

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

Development notes

This is a copy of the action on kedro https://github.com/kedro-org/kedro/blob/main/.github/workflows/label-community-issues.yml

See an example build on kedro: https://github.com/kedro-org/kedro/actions/runs/11662168547/job/32467983956

Checklist