Skip to content

Commit

Permalink
.github/labeler.yml: add more paths to Java
Browse files Browse the repository at this point in the history
All of these are in the Java team's scope, so
we should add them to the Java label.
  • Loading branch information
tomodachi94 committed Nov 23, 2024
1 parent 0bb3d51 commit e2f1f30
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,29 @@
- any:
- changed-files:
- any-glob-to-any-file:
- nixos/modules/programs/java.nix
# Distributions
- pkgs/development/compilers/graalvm/**/*
- pkgs/development/compilers/openjdk/**/*
- pkgs/development/compilers/temurin-bin/**/*
- pkgs/development/compilers/zulu/**/*
# Documentation
- doc/languages-frameworks/java.section.md
# Gradle
- doc/languages-frameworks/gradle.section.md
- pkgs/development/tools/build-managers/gradle/**/*
- pkgs/by-name/gr/gradle-completion/**/*
# Maven
- pkgs/by-name/ma/maven/**/*
- doc/languages-frameworks/maven.section.md
# Ant
- pkgs/by-name/ap/apacheAnt/**/*
# javaPackages attrset
- pkgs/development/java-modules/**/*
- pkgs/top-level/java-packages.nix
# Maintainer tooling
- pkgs/by-name/ni/nixpkgs-openjdk-updater/**/*
# Misc
- nixos/modules/programs/java.nix

"6.topic: jitsi":
- any:
Expand Down

0 comments on commit e2f1f30

Please sign in to comment.