ci: use reusable github-workflows (#628) #439
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Release Please | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
trigger: | |
uses: statnett/github-workflows/.github/workflows/release-please.yaml@main | |
with: | |
# TODO: Eventually remove this, when we are ready for GA (version 1.0.0) | |
bump-minor-pre-major: true | |
extra-files: | | |
kustomization.yaml | |
README.md | |
secrets: inherit | |
permissions: | |
contents: write | |
pull-requests: write |