[Architecture] Labeler Action #625
Labels
🏗 architecture
✍️ documentation
Improvements or additions to documentation
good first issue
Good for newcomers
oss workflows
Part of the OSS Architecture track
This YAML file defines a GitHub Action that labels issues or pull requests opened by new contributors with the "new contributor" label. It uses the actions/checkout action to check out the repository, and installs the GitHub CLI to interact with the GitHub API. It then checks if the event is an issue or pull request, and adds the "new contributor" label to the issue or pull request using the gh issue add-label or gh pr add-label command, respectively.
Task
Suggestions: try this prompt with copilot "how to create a labeler GitHub Action like this one https://github.com/actions/labeler"
or
Directions: debug the following output
name: Labeler
Resources:
The text was updated successfully, but these errors were encountered: