Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add PR labeler workflow and configuration (#24)
# Pull Request ## Description This change introduces an automated labelling system for pull requests using GitHub Actions. The key additions are: 1. A new `labeller.yml` file in the `.github/other-configurations/` directory, which defines rules for automatically assigning labels to pull requests based on file changes and branch names. 2. An update to the `pull-request-checks.yml` workflow file, adding a new job called `labeller` that uses the `actions/labeler@v5` action to apply the labelling rules. The labelling rules cover various categories such as documentation, dependencies, Python code, Just files, shell scripts, GitHub Actions, analyser, and git hooks. This automation will help streamline the pull request process by automatically categorising changes, making it easier for reviewers to identify the nature of the modifications. fixes #8
- Loading branch information