Skip to content

feat(ci): auto-apply community-tested label on /tested comments#1228

Closed
Aryan-Verma-999 wants to merge 1 commit intoRocketChat:developfrom
Aryan-Verma-999:feat/community-tested-label
Closed

feat(ci): auto-apply community-tested label on /tested comments#1228
Aryan-Verma-999 wants to merge 1 commit intoRocketChat:developfrom
Aryan-Verma-999:feat/community-tested-label

Conversation

@Aryan-Verma-999
Copy link

@Aryan-Verma-999 Aryan-Verma-999 commented Mar 21, 2026

Auto-Apply community-tested Label Based on /tested Comments

Acceptance Criteria fulfillment

  • Users can comment /tested on a PR
  • Only non-authors are counted, and each user is counted once
  • community-tested label is applied after at least 2 unique users
  • Temporary feedback messages are shown and do not persist

Fixes #1226

PR Test Details

Note: The PR will be ready for live testing at https://rocketchat.github.io/EmbeddedChat/pulls/pr-1228 after approval. Contributors are requested to replace <pr_number> with the actual PR number.

Implements issue RocketChat#1226 — adds a GitHub Actions workflow that:
- Triggers on issue_comment events on pull requests
- Counts unique /tested comments from non-PR-author users
- Applies the 'community-tested' label after 2+ unique testers
- Shows ephemeral feedback messages (auto-deleted after a few seconds)
- PR authors cannot mark their own PRs as tested
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.

Auto-Apply community-tested Label Based on /tested Comments from Multiple Users

2 participants