Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't send a PR for arch migrations if build_platform is in conda-foge.yml #2818

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Jun 27, 2024

…ge.yml

  • Pydantic model updated or no update needed

@isuruf isuruf marked this pull request as ready for review June 27, 2024 23:33
Copy link
Contributor

@beckermr beckermr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't quite follow the logic.

Comment on lines -189 to -191
return muid in _sanitized_muids(
attrs.get("pr_info", {}).get("PRed", []),
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am confused as to why we no longer need this block of code any more. The call to super().filter above does not check if the PR has already been made. This change will force the bot to reissue arch PRs to feedstocks if they merged an arch PR but then subsequently removed arch builds for w/e reason.

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