Skip to content

Commit e9ab21b

Browse files
authored
Merge pull request #46 from jerus-org/add-bot-check
ci: add bot-check context to workflows
2 parents ad7e367 + ca92ad7 commit e9ab21b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ workflows:
6363
- toolkit/idiomatic_rust
6464
context:
6565
- release
66+
- bot-check
6667
ssh_fingerprint: << pipeline.parameters.fingerprint >>
6768
min_rust_version: << pipeline.parameters.min-rust-version >>
6869

@@ -88,5 +89,6 @@ workflows:
8889
- toolkit/make_release:
8990
context:
9091
- release
92+
- bot-check
9193
ssh_fingerprint: << pipeline.parameters.fingerprint >>
9294
min_rust_version: << pipeline.parameters.min-rust-version >>

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- ci-add bot-check context to workflows(pr [#46])
13+
814
## [0.2.6] - 2024-07-27
915

1016
### Changed
@@ -74,7 +80,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7480
[#43]: https://github.com/jerus-org/lambda_sqs/pull/43
7581
[#44]: https://github.com/jerus-org/lambda_sqs/pull/44
7682
[#45]: https://github.com/jerus-org/lambda_sqs/pull/45
77-
[0.2.6]: https://github.com/jerus-org/lambda_sqs/compare/0.2.5...v0.2.6
83+
[#46]: https://github.com/jerus-org/lambda_sqs/pull/46
84+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/0.2.6...HEAD
85+
[0.2.6]: https://github.com/jerus-org/lambda_sqs/compare/0.2.5...0.2.6
7886
[0.2.5]: https://github.com/jerus-org/lambda_sqs/compare/0.2.4...0.2.5
7987
[0.2.4]: https://github.com/jerus-org/lambda_sqs/compare/0.2.3...0.2.4
8088
[0.2.3]: https://github.com/jerus-org/lambda_sqs/compare/0.2.2...0.2.3

0 commit comments

Comments
 (0)