You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# .github/labeler.yml# Add 'label1' to any changes within 'example' folder or any subfolderslabel1:
- example/**/*# Add 'label2' to any file changes within 'example2' folderlabel2: example2/*# Add 'repo' label to any root file changesrepo:
- '*'# Add '@domain/core' label to any change within the 'core' package@domain/core:
- package/core/*
- package/core/**/*# Add 'test' label to any change to *.spec.js files within the source dirtest:
- src/**/*.spec.js# Add 'source' label to any change to src files within the source dir EXCEPT for the docs sub-foldersource:
- any: ['src/**/*', '!src/docs/*']# Add 'frontend` label to any change to *.js files as long as the `main.js` hasn't changedfrontend:
- any: ['src/**/*.js']all: ['!src/main.js']
The text was updated successfully, but these errors were encountered:
Related to: #120, it may be worth adding labels automatically in order to generate releases notes in a simpler and faster way:
Here is a fairly comprehensive list of some the labels that could be used: https://github.com/qgis/QGIS/labels
Basic example:
The text was updated successfully, but these errors were encountered: