Skip to content

Commit

Permalink
Minor tweak in github labeler (compiler-explorer#4897)
Browse files Browse the repository at this point in the history
Automatically add lang-objc and lang-objc++ labels when modifying
respective config files.

Signed-off-by: Marc Poulhiès <[email protected]>
  • Loading branch information
dkm authored Mar 23, 2023
1 parent 21d071a commit 5d98fa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ lang-nim:
- lib/compilers/nim.js
- etc/config/nim.*.properties
- static/modes/nim-mode.ts
lang-objc:
- etc/config/objc.*.properties
lang-objc++:
- etc/config/objc++.*.properties
lang-ocaml:
- lib/compilers/ocaml.js
- etc/config/ocaml.*.properties
Expand Down

0 comments on commit 5d98fa9

Please sign in to comment.