You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gha/sync-cli-docs: Update existing PR instead of creating new ones
Actually we don't need to create a separate PR per each update and we
can just modify the previous one if it wasn't merged yet.
Change the workflow to use a fixed branch name and update existing PRs
when newer CLI versions are available, rather than creating multiple
PRs.
The workflow now uses a consistent branch name "bot/sync-cli-docs"
instead of timestamp-based names.
When an existing PR from this branch is found, it force-pushes the new
changes and updates the PR title and body with the latest CLI version
information.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
0 commit comments