Skip to content

Commit 84855e5

Browse files
authored
Bump Fleece to get fix for noisy signal handler (#2507)
* Fix warn release wording and triggering mechanism
1 parent 3dcb304 commit 84855e5

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

.github/workflows/warn_release.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
on:
22
workflow_call: # So it can be used by our other repos
3-
pull_request: # And also be used for itself
4-
branches: ['release/**']
5-
workflow_dispatch: # manual trigger via GitHub UI
3+
pull_request: # And also be used for itself
4+
types: [opened]
5+
branches: ["release/**"]
6+
paths:
7+
- "C/**"
8+
- "Crypto/**"
9+
- "LiteCore/**"
10+
- "MSVC/**"
11+
- "Networking/**"
12+
- "Replicator/**"
13+
- "REST/**"
14+
- "vendor/fleece"
15+
16+
workflow_dispatch: # manual trigger via GitHub UI
617

718
jobs:
819
warn-release:
@@ -23,6 +34,7 @@ jobs:
2334
2435
- [ ] A response to a customer ask
2536
- [ ] A change per our security policy
26-
- [ ] A non-functional change (i.e. changes needed for building an older version)
37+
- [ ] A non-functional change (e.g. changes needed for building an older version)
38+
- [ ] A bug fix for a x.y.0 release
2739
- [ ] A change that has been granted an exception (please comment)`
2840
})

0 commit comments

Comments
 (0)