Skip to content

Commit c93802d

Browse files
Merge pull request #3 from blackbird-cloud/bb-repo-manager-updates
Merge pull request 3 from bb-repo-manager-updates
2 parents 48e93b6 + a96276b commit c93802d

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

.config/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Checkout our other :point_right: [terraform modules](https://registry.terraform.
66

77
## Copyright
88

9-
Copyright © 2017-2024 [Blackbird Cloud](https://blackbird.cloud)
9+
Copyright © 2017-2025 [Blackbird Cloud](https://blackbird.cloud)

.github/workflows/auto-release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

.github/workflows/format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Validate and Format
22

33
on:
4-
workflow_dispatch:
5-
# pull_request_target:
6-
# types: [opened, synchronize]
4+
pull_request:
5+
branches:
6+
- main
77

88
jobs:
99
format:

.github/workflows/readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Generate Readme
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- main
7-
workflow_dispatch:
87

98
jobs:
109
generate-readme:
@@ -18,6 +17,7 @@ jobs:
1817
- uses: actions/checkout@v4
1918
with:
2019
token: ${{ steps.app-token.outputs.token }}
20+
ref: ${{ github.event.pull_request.head.ref }}
2121
- name: Render terraform docs and push changes back to PR
2222
uses: terraform-docs/gh-actions@main
2323
with:

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2020-2023 Blackbird Cloud, VOF
178+
Copyright 2025 Blackbird Cloud B.V.
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.
@@ -187,4 +187,4 @@
187187
distributed under the License is distributed on an "AS IS" BASIS,
188188
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189189
See the License for the specific language governing permissions and
190-
limitations under the License.
190+
limitations under the License.

0 commit comments

Comments
 (0)