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

FIX: Check for existing review topic by custom field #65

Merged
merged 2 commits into from Nov 22, 2023

Conversation

martin-brennan
Copy link
Contributor

Checking if the topic exists by name alone isn't
robust enough, if someone changes the topic title
then a new one will be created if the review job
is run again.

Checking if the topic exists by name alone isn't
robust enough, if someone changes the topic title
then a new one will be created if the review job
is run again.
app/jobs/yearly_review.rb Outdated Show resolved Hide resolved
Copy link

@tyb-talks tyb-talks left a comment

Choose a reason for hiding this comment

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

ship! unless not review.approved 🐒

@martin-brennan martin-brennan merged commit 98012d8 into main Nov 22, 2023
3 checks passed
@martin-brennan martin-brennan deleted the issue/check-existing-topic-based-on-title branch November 22, 2023 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants