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

Add labeler workflow to automatically label pr's #11

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

FidelusAleksander
Copy link
Contributor

This pull request introduces label definitions and a workflow to automatically label pull requests based on the files they modify. The most important changes include the addition of label definitions in the labeler.yml file and the creation of a GitHub Actions workflow to apply these labels.

Label definitions:

  • .github/labeler.yml: Added label definitions for templates, workflows, and documentation based on file path patterns.

Workflow for labeling:

  • .github/workflows/_labeler.yml: Created a GitHub Actions workflow to label pull requests using the defined labels. The workflow is triggered on pull request events and uses the actions/labeler action.

@FidelusAleksander FidelusAleksander added the maintenance Maintenance work on the repository label Mar 19, 2025
@FidelusAleksander FidelusAleksander merged commit 431ac98 into main Mar 19, 2025
@FidelusAleksander FidelusAleksander deleted the labeler-action branch March 19, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance work on the repository
Development

Successfully merging this pull request may close these issues.

1 participant