Problem: the workflow creates a new dated branch each run. If a digest PR is not merged before the next run, duplicate PRs accumulate. Solution: use a single canonical branch ci/upstream-digest with --force push. Each run resets to main, applies any new items, and force-pushes. If a PR is already open for the branch, GitHub updates it in place. A new PR is only created (with auto-merge) when none exists. The close-stale step is no longer needed. |
||
|---|---|---|
| .. | ||
| automation_remove_question_label_on_comment.yml | ||
| automation_request_review.yml | ||
| luarocks.yaml | ||
| quality.yaml | ||
| test.yaml | ||
| upstream-digest.yml | ||