Ver Fonte

Add `documentation` and `ldn` labels to `labeler.yml` (#282)

This should make it so that any changes made to ldn and documentation
related files should be auto-labeled
GabCoolGuy há 1 ano atrás
pai
commit
150e06e0de
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      .github/labeler.yml

+ 8 - 0
.github/labeler.yml

@@ -33,3 +33,11 @@ kernel:
 infra:
 infra:
 - changed-files:
 - changed-files:
   - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
   - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
+
+documentation:
+- changed-files:
+  - any-glob-to-any-file: 'docs/**'
+
+ldn:
+- changed-files:
+  - any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Services/Ldn/**'