Skip to content

Fix duplicate runs in create-release-pr using Release-Workflow-Run trailer#121

Merged
gusevda merged 1 commit intomainfrom
fix-release-pr-duplicate-runs
Feb 9, 2026
Merged

Fix duplicate runs in create-release-pr using Release-Workflow-Run trailer#121
gusevda merged 1 commit intomainfrom
fix-release-pr-duplicate-runs

Conversation

@gusevda
Copy link
Contributor

@gusevda gusevda commented Feb 9, 2026

Summary

  • Revert job reordering from 5b6db3b and restore original job order (prepare_release_pr before create_release_pr)
  • Replace the simple pr_exists check with check_skip that also detects the Release-Workflow-Run: trailer in the triggering commit message
  • Add Release-Workflow-Run trailer to all workflow-created commits (both create_release_pr and prepare_release_pr jobs)
  • Restore create_release_pr dependency on prepare_release_pr

@gusevda gusevda requested a review from a team as a code owner February 9, 2026 13:48
… trailer

Revert job reordering from 5b6db3b and restore original job order where
prepare_release_pr runs before create_release_pr. Detect the
Release-Workflow-Run trailer in the triggering commit to prevent duplicate
workflow runs triggered by workflow-created commits.
@gusevda gusevda force-pushed the fix-release-pr-duplicate-runs branch from 4c2791e to f448d4d Compare February 9, 2026 13:53
@gusevda gusevda requested a review from marians February 9, 2026 13:55
@gusevda gusevda merged commit dac2adb into main Feb 9, 2026
1 check passed
@gusevda gusevda deleted the fix-release-pr-duplicate-runs branch February 9, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants