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

feat: Support repositories with multiple Riff-Raff projects #88

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

akash1810
Copy link
Member

@akash1810 akash1810 commented Nov 24, 2023

What does this change?

Use the project name to uniquely identify PR comments. This should provide support for repositories that hold multiple Riff-Raff projects, yielding a PR comment for each individual Riff-Raff project.

Note, as the way we're identifying previous comments is changing, we might see double comments for a short while.

❓ Is it be better to have a single comment, with more links? Or multiple comments, with fewer links?

How to test

See https://github.com/guardian/editorial-tools-platform/pull/719.

How can we measure success?

More use-cases are supported.

Use the project name to uniquely identify PR comments.
@akash1810 akash1810 marked this pull request as ready for review November 24, 2023 16:47
@akash1810 akash1810 merged commit 3390967 into main Nov 24, 2023
1 check passed
@akash1810 akash1810 deleted the aa/support-mono-repo branch November 24, 2023 17:17
akash1810 added a commit that referenced this pull request Dec 18, 2023
In #88 started creating multiple comments.

Currently, we're only updating the first comment found that the action previously authored (via `.find`).

This change updates all comments that this action previouslt authored (via `.filter`).
akash1810 added a commit that referenced this pull request Dec 18, 2023
In #88 started creating multiple comments.

Currently, we're only updating the first comment found that the action previously authored (via `.find`).

This change updates all comments that this action previouslt authored (via `.filter`).
akash1810 added a commit that referenced this pull request Dec 18, 2023
In #88 started creating multiple comments.

Currently, we're only updating the first comment found that the action previously authored (via `.find`).

This change updates all comments that this action previously authored (via `.filter`).
akash1810 added a commit that referenced this pull request Dec 18, 2023
In #88 started creating multiple comments.

Currently, we're only updating the first comment found that the action previously authored (via `.find`).

This change updates all comments that this action previously authored (via `.filter`).
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.

None yet

2 participants