chore(deps): bump coopnorge/engineering-docker-images/e0/techdocs from latest@sha256:ea9be917c659508bc4de94ae35afcba4d0a43cc6b8bb32030fcaab64874221a2 to sha256:4d4f510933a5622b81a40e9e8f32e97ccd7367019ddcf07825697a36ba1edb63 in /docker-compose #15
Workflow file for this run
This file contains hidden or 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: Draft release | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - synchronize | |
| - edited | |
| permissions: | |
| contents: read | |
| jobs: | |
| release-draft: | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| uses: coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter.yaml@v0.6.0 | |
| secrets: inherit |