File tree Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Checkout our other :point_right: [terraform modules](https://registry.terraform.
6
6
7
7
## Copyright
8
8
9
- Copyright © 2017-2024 [ Blackbird Cloud] ( https://blackbird.cloud )
9
+ Copyright © 2017-2025 [ Blackbird Cloud] ( https://blackbird.cloud )
Original file line number Diff line number Diff line change
1
+ name : Release
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+
8
+ jobs :
9
+ release :
10
+ name : Create a Github Release and tag
11
+ uses : blackbird-cloud/github-actions/.github/workflows/release.yml@main
12
+ secrets : inherit
Original file line number Diff line number Diff line change 1
1
name : Validate and Format
2
2
3
3
on :
4
- workflow_dispatch :
5
- # pull_request_target :
6
- # types: [opened, synchronize]
4
+ pull_request :
5
+ branches :
6
+ - main
7
7
8
8
jobs :
9
9
format :
Original file line number Diff line number Diff line change 1
1
name : Generate Readme
2
2
3
3
on :
4
- push :
4
+ pull_request :
5
5
branches :
6
6
- main
7
- workflow_dispatch :
8
7
9
8
jobs :
10
9
generate-readme :
18
17
- uses : actions/checkout@v4
19
18
with :
20
19
token : ${{ steps.app-token.outputs.token }}
20
+ ref : ${{ github.event.pull_request.head.ref }}
21
21
- name : Render terraform docs and push changes back to PR
22
22
uses : terraform-docs/gh-actions@main
23
23
with :
Original file line number Diff line number Diff line change 175
175
176
176
END OF TERMS AND CONDITIONS
177
177
178
- Copyright 2020-2023 Blackbird Cloud, VOF
178
+ Copyright 2025 Blackbird Cloud B.V.
179
179
180
180
Licensed under the Apache License, Version 2.0 (the "License");
181
181
you may not use this file except in compliance with the License.
187
187
distributed under the License is distributed on an "AS IS" BASIS,
188
188
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
189
See the License for the specific language governing permissions and
190
- limitations under the License.
190
+ limitations under the License.
You can’t perform that action at this time.
0 commit comments