-
Notifications
You must be signed in to change notification settings - Fork 5
Triage
To triage more effectively, included are a set of common labels that can be applied to issues, discussions and pull requests.
At present, when forking or generating a repository from this template in GitHub, any custom labels will not be created for you. Hence, you will need to manually sync your repository's labels with this repository.
The following are applied automatically to pull requests via Labeler - its configuration can be found under .github/labeler.yml
.
Improvements or additions to assets
For changes to mod assets, excluding language files (see i18n
):
any: ['**/assets/**/*', '!**/assets/*/lang/*']
Improvements or additions to the build process
For changes to Gradle, Fabric, and other build files:
**/fabric.mod.json
**/build.gradle
**/gradle.properties
**/settings.gradle
.github/workflows/build.yml
Improvements or additions to deployments
For changes to Continuous Integration / Continuous Delivery:
release-please-config.json
.github/release-please.json
any: ['.github/workflows/**/*', '!.github/workflows/build.yml']
.github/workflows/publish.yml
Improvements or additions to localisation
For changes to language files:
**/assets/*/lang/*