Skip to content

⬆ Bump mkdocs-material from 9.5.39 to 9.5.43 #119

⬆ Bump mkdocs-material from 9.5.39 to 9.5.43

⬆ Bump mkdocs-material from 9.5.39 to 9.5.43 #119

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- master
types:
- closed
workflow_dispatch:
inputs:
number:
description: PR number
required: true
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: 'false'
jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.DOCKERSWARM_ROCKS_LATEST_CHANGES }}
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: docs/release-notes.md
latest_changes_header: '## Latest Changes'
end_regex: '^## '
debug_logs: true
label_header_prefix: '### '