release_pr GitHub workflow automatically get milestone from release PR#3758
Merged
release_pr GitHub workflow automatically get milestone from release PR#3758
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the GitHub workflow for release PRs to automatically retrieve the milestone number from the release PR instead of calculating it from the repository milestones.
- Removed milestone API calls and related logic from get_github_prs.
- Added an optional milestone_number parameter to get_prs to filter PRs by the milestone from the release PR.
- Updated logging and assignee filtering to reflect these changes.
|
Be a legend 🏆 by adding a before and after screenshot of the changes you made, especially if they are around UI/UX. |
VictoriousRaptor
approved these changes
Jul 13, 2025
jjw24
added a commit
that referenced
this pull request
Jul 13, 2025
…e_from_pr release_pr GitHub workflow automatically get milestone from release PR
TBM13
pushed a commit
to TBM13/Flow.Launcher
that referenced
this pull request
Jul 14, 2025
…flow_milestone_from_pr release_pr GitHub workflow automatically get milestone from release PR
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rather than trying to work out the milestone, get it from the release PR. This allows for action to run even when multiple milestones set.
Tested: