Skip to content

Conversation

@concussious
Copy link
Contributor

No description provided.

@concussious concussious requested a review from bsdimp January 13, 2026 06:34
@concussious concussious added needs-review Someone should look at this before proceeding special Automation will ignore these: They are a special case. labels Jan 13, 2026
msg += "\n> [!NOTE]\n> Please review [CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) guidelines, then update and push your branch again.\n\n"
} else {
let msg = "No Issues found.\n\n";
let msg = "[CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) guideline checklist found no issues.\n\n";
Copy link
Member

Choose a reason for hiding this comment

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

I think no issues found was better...

Copy link
Member

@emaste emaste Jan 13, 2026

Choose a reason for hiding this comment

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

IMO there is some value in including the link also in the "good" case - both because a user might recall this is where the link shows up, and also because it is more precise. Without context "No issues found." might be taken as an indication that the commit has passed code review, testing, etc.

Copy link
Member

Choose a reason for hiding this comment

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

I'm willing to try it. Just seemed too verbose for n9thing to do.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Without context "No issues found." might be taken as an indication that the commit has passed code review, testing, etc.

That's what I was thinking. Someone might get really excited and then have their hopes dashed. I'm not attached to any specific wording though.

repo: context.repo.repo,
comment_id: comment_id,
body: msg_prefix + "All issues resolved."
body: msg_prefix + "[CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) checklist issues resolved.\n\n";
Copy link
Member

Choose a reason for hiding this comment

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

Same here...

msg += "\n> [!NOTE]\n> Please review [CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) guidelines, then update and push your branch again.\n\n"
} else {
let msg = "No Issues found.\n\n";
let msg = "[CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) guideline checklist found no issues.\n\n";
Copy link
Member

Choose a reason for hiding this comment

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

I'm willing to try it. Just seemed too verbose for n9thing to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review Someone should look at this before proceeding special Automation will ignore these: They are a special case.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants