Skip to content

Commit

Permalink
Merge pull request NixOS#324963 from ExpidusOS/feat/labeler
Browse files Browse the repository at this point in the history
github: add flutter label, fix llvm/clang label
  • Loading branch information
RossComputerGuy authored Jul 8, 2024
2 parents fcc86b5 + f7c3324 commit 7d372b7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
- lib/systems/flake-systems.nix
- nixos/modules/config/nix-flakes.nix

"6.topic: flutter":
- any:
- changed-files:
- any-glob-to-any-file:
- pkgs/build-support/flutter/*.nix
- pkgs/development/compilers/flutter/**/*.nix

"6.topic: GNOME":
- any:
- changed-files:
Expand Down Expand Up @@ -149,7 +156,7 @@
- any:
- changed-files:
- any-glob-to-any-file:
- pkgs/development/compilers/llvm/*
- pkgs/development/compilers/llvm/**/*

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

0 comments on commit 7d372b7

Please sign in to comment.