Skip to content

Commit 46b66b6

Browse files
committed
Simplify applyTo globs in library- and query-pack change-notes instructions
1 parent 1c2ee6e commit 46b66b6

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.github/instructions/library-pack-change-notes.instructions.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
---
2-
applyTo: >
3-
actions/ql/lib/change-notes/*.md,
4-
cpp/ql/lib/change-notes/*.md,
5-
csharp/ql/lib/change-notes/*.md,
6-
go/ql/lib/change-notes/*.md,
7-
java/ql/lib/change-notes/*.md,
8-
javascript/ql/lib/change-notes/*.md,
9-
python/ql/lib/change-notes/*.md,
10-
ruby/ql/lib/change-notes/*.md,
11-
rust/ql/lib/change-notes/*.md,
12-
shared/mad/change-notes/*.md,
13-
shared/quantum/change-notes/*.md,
14-
shared/regex/change-notes/*.md,
15-
shared/ssa/change-notes/*.md,
16-
shared/typos/change-notes/*.md,
17-
shared/util/change-notes/*.md,
18-
shared/xml/change-notes/*.md,
19-
shared/yaml/change-notes/*.md,
20-
swift/ql/lib/change-notes/*.md
2+
applyTo: "*/ql/lib/change-notes/*.md,shared/*/change-notes/*.md"
213
---
224

235
# Validation guide for library-pack change notes

.github/instructions/query-pack-change-notes.instructions.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
---
2-
applyTo: >
3-
actions/ql/src/change-notes/*.md,
4-
cpp/ql/src/change-notes/*.md,
5-
csharp/ql/src/change-notes/*.md,
6-
go/ql/src/change-notes/*.md,
7-
java/ql/src/change-notes/*.md,
8-
javascript/ql/src/change-notes/*.md,
9-
python/ql/src/change-notes/*.md,
10-
ql/ql/src/change-notes/*.md,
11-
ruby/ql/src/change-notes/*.md,
12-
rust/ql/src/change-notes/*.md,
13-
swift/ql/src/change-notes/*.md
2+
applyTo: "*/ql/src/change-notes/*.md"
143
---
154

165
# Validation guide for query-pack change notes

0 commit comments

Comments
 (0)