Skip to content

Change changes_requested text to requested changes#1323

Open
adarsh3410 wants to merge 1 commit into
matrix-org:mainfrom
adarsh3410:fix-changes-requested-text
Open

Change changes_requested text to requested changes#1323
adarsh3410 wants to merge 1 commit into
matrix-org:mainfrom
adarsh3410:fix-changes-requested-text

Conversation

@adarsh3410

Copy link
Copy Markdown

This changes the GitHub review state text from
"changes_requested"
to
"requested changes"
to improve readability of review notifications.

Fixes #363

@adarsh3410 adarsh3410 requested a review from a team as a code owner June 11, 2026 09:24

@Half-Shot Half-Shot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

You will also need to sign off the changes please :)

Comment thread src/Connections/GithubRepo.ts
Comment thread src/Connections/GithubRepo.ts Outdated
@adarsh3410 adarsh3410 force-pushed the fix-changes-requested-text branch from a607b35 to c4ae58f Compare June 11, 2026 09:46
@adarsh3410

Copy link
Copy Markdown
Author

Thanks for the feedback! I've updated the PR to keep the existing formatting and only change the changes_requested text to requested changes. I've also added the signoff and force-pushed the updated commit.

Comment thread src/Connections/GithubRepo.ts Outdated
}[event.review.state.toLowerCase()];
const reviewState = event.review.state.toLowerCase();

const emojiForReviewMap: Record<string, string> = {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Indent looks wrong to me, you probably need to run pnpm run lint:js:apply

Comment thread src/Connections/GithubRepo.ts Outdated
reviewState === "changes_requested"
? "requested changes"
: reviewState
} ${orgRepoName}#${event.pull_request.number}`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is still missing the title and other parts

Comment thread src/Connections/GithubRepo.ts Outdated



const content = emojify(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't think you need any of these 5 newlines.

Signed-off-by: Adarsh Reddy <adarshreddy914@gmail.com>
@adarsh3410 adarsh3410 force-pushed the fix-changes-requested-text branch from c4ae58f to a620225 Compare June 11, 2026 12:46
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.

Change changes_requested text to requested changes

2 participants