1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +02:00

Merge pull request #278 from jsoref/fix-at-example

Fix @ example
This commit is contained in:
MaksimZhukov
2022-12-20 10:25:28 +01:00
committed by GitHub

View File

@@ -66,7 +66,7 @@ repo:
- '*'
# Add '@domain/core' label to any change within the 'core' package
@domain/core:
'@domain/core':
- package/core/*
- package/core/**/*