diff --git a/.config/footer.md b/.config/footer.md index 5232e4d..69f3abf 100644 --- a/.config/footer.md +++ b/.config/footer.md @@ -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) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml new file mode 100644 index 0000000..9c57bb9 --- /dev/null +++ b/.github/workflows/auto-release.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index d487763..ba91381 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -1,9 +1,9 @@ name: Validate and Format on: - workflow_dispatch: - # pull_request_target: - # types: [opened, synchronize] + pull_request: + branches: + - main jobs: format: diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 2fcce86..3a753fe 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -1,10 +1,9 @@ name: Generate Readme on: - push: + pull_request: branches: - main - workflow_dispatch: jobs: generate-readme: @@ -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: diff --git a/LICENSE b/LICENSE index 9b40c18..5eaa512 100644 --- a/LICENSE +++ b/LICENSE @@ -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. @@ -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. \ No newline at end of file