og-northstar-launcher/.github/labeler.yml
Jack 46478a36af
Add GitHub Action to automatically label PRs (#794)
Adds "needs code review" and "needs testing" to all new PRs
2024-08-30 00:34:39 +02:00

9 lines
279 B
YAML

# Add 'needs code review' label to any changes within the entire repository
needs code review:
- changed-files:
- any-glob-to-any-file: '**'
# Add 'needs testing' label to any changes within the entire repository
needs testing:
- changed-files:
- any-glob-to-any-file: '**'