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

Stop filtering on search token when finding applicable issues #293

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

danielrbradley
Copy link
Member

This might be running very quickly after the issue was created and it might not yet be indexed. Instead, just list the latest 100 issues and filter on exact title format instead.

The current rate of issue creation is low enough that the latest 100 issues should safely include all open upgrade issues.

Fixes #291

We'll continue to use the token for issue de-duplication as this only happens once per day and so is reliably in the GH issue search index.

This might be running very quickly after the issue was created and it might not yet be indexed. Instead, just list the latest 100 issues and filter on exact title format instead.

The current rate of issue creation is low enough that the latest 100 issues should safely include all open upgrade issues.

Fixes #291

We'll continue to use the token for issue de-duplication as this only happens once per day and so is reliably in the GH issue search index.
@danielrbradley danielrbradley self-assigned this Nov 8, 2024
@danielrbradley
Copy link
Member Author

Test run using this pre-release version: https://github.com/pulumi/pulumi-xyz/actions/runs/11742090038/job/32712100051

Resulting PR has correct "fixes" directive: pulumi/pulumi-xyz#518

@danielrbradley danielrbradley requested review from iwahbe, guineveresaenger and a team November 8, 2024 12:32
Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

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

We need to update tests.

Can you file a follow-up issue for tracking these with tags.

@danielrbradley danielrbradley merged commit 498f1e8 into main Nov 8, 2024
2 checks passed
@danielrbradley danielrbradley deleted the remove-keyword-search branch November 8, 2024 13:11
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.

upgrade-provider no longer adds Fixes keyword and issue to automatic PRs
2 participants