Skip to content

Commit

Permalink
Merge pull request #2 from blackbird-cloud/bb-repo-manager-updates
Browse files Browse the repository at this point in the history
Merge pull request 2 from bb-repo-manager-updates
  • Loading branch information
blackbirdcloudrepomanager[bot] authored Jan 31, 2025
2 parents f468f1d + 3851d36 commit 7d91784
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .config/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Checkout our other :point_right: [terraform modules](https://registry.terraform.

## Copyright

Copyright © 2017-2024 [Blackbird Cloud](https://blackbird.cloud)
Copyright © 2017-2025 [Blackbird Cloud](https://blackbird.cloud)
12 changes: 12 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release

on:
push:
branches:
- main

jobs:
release:
name: Create a Github Release and tag
uses: blackbird-cloud/github-actions/.github/workflows/release.yml@main
secrets: inherit
6 changes: 3 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Validate and Format

on:
workflow_dispatch:
# pull_request_target:
# types: [opened, synchronize]
pull_request:
branches:
- main

jobs:
format:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Generate Readme

on:
push:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
generate-readme:
Expand All @@ -18,6 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@main
with:
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2021-2022 Blackbird Cloud, VOF
Copyright 2025 Blackbird Cloud B.V.

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

0 comments on commit 7d91784

Please sign in to comment.