File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ parameters:
17
17
description : " If true, the success pipeline will be executed."
18
18
19
19
orbs :
20
- toolkit : jerus-org/circleci-toolkit@1.5 .0
20
+ toolkit : jerus-org/circleci-toolkit@1.11 .0
21
21
22
22
executors :
23
23
rust-env :
@@ -46,6 +46,13 @@ workflows:
46
46
- not : << pipeline.parameters.success-flag >>
47
47
- << pipeline.parameters.validation-flag >>
48
48
jobs :
49
+ - toolkit/label :
50
+ min_rust_version : << pipeline.parameters.min-rust-version >>
51
+ context : pcu-app
52
+ filters :
53
+ branches :
54
+ only :
55
+ - main
49
56
- toolkit/required_builds :
50
57
min_rust_version : << pipeline.parameters.min-rust-version >>
51
58
- toolkit/test_doc_build :
@@ -66,7 +73,6 @@ workflows:
66
73
- bot-check
67
74
ssh_fingerprint : << pipeline.parameters.fingerprint >>
68
75
min_rust_version : << pipeline.parameters.min-rust-version >>
69
- label_option : true
70
76
71
77
on_success :
72
78
when :
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ Unreleased]
9
+
10
+ ### Fixed
11
+
12
+ - update renovate config to enable jerus-org/circleci-toolkit and add sourceUrl(pr [ #50 ] )
13
+
8
14
## [ 0.2.8] - 2024-09-14
9
15
10
16
### Changed
@@ -95,6 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95
101
[ #47 ] : https://github.com/jerus-org/lambda_sqs/pull/47
96
102
[ #48 ] : https://github.com/jerus-org/lambda_sqs/pull/48
97
103
[ #49 ] : https://github.com/jerus-org/lambda_sqs/pull/49
104
+ [ #50 ] : https://github.com/jerus-org/lambda_sqs/pull/50
105
+ [ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.8...HEAD
98
106
[ 0.2.8 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.7...v0.2.8
99
107
[ 0.2.7 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.6...v0.2.7
100
108
[ 0.2.6 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.5...v0.2.6
Original file line number Diff line number Diff line change 7
7
"matchPackagePatterns" : [
8
8
" jerus-org/circleci-toolkit"
9
9
],
10
- "enabled" : false
10
+ "sourceUrl" : " https://github.com/jerus-org/circleci-toolkit" ,
11
+ "enabled" : true
11
12
},
12
13
{
13
14
"packagePatterns" : [
You can’t perform that action at this time.
0 commit comments