Skip to content

954: Added Henry and Arsh to Reviewers#900

Merged
Arshadul-Monir merged 1 commit intomainfrom
954
Apr 15, 2026
Merged

954: Added Henry and Arsh to Reviewers#900
Arshadul-Monir merged 1 commit intomainfrom
954

Conversation

@Arshadul-Monir
Copy link
Copy Markdown
Collaborator

@Arshadul-Monir Arshadul-Monir commented Apr 15, 2026

954

Description of changes

Added Arsh and Henry to guardians of galaxy. Removed Angela

Checklist before review

  • I have done a thorough self-review of the PR
  • Copilot has reviewed my latest changes, and all comments have been fixed and/or closed.
  • If I have made database changes, I have made sure I followed all the db repo rules listed in the wiki here. (check if no db changes)
  • All tests have passed
  • I have successfully deployed this PR to staging
  • I have done manual QA in both dev (and staging if possible) and attached screenshots below.

Screenshots

Dev

Staging

@Arshadul-Monir
Copy link
Copy Markdown
Collaborator Author

/deploy

@github-actions
Copy link
Copy Markdown
Contributor

Available PR Commands

  • /ai - Triggers all AI review commands at once
  • /review - AI review of the PR changes
  • /describe - AI-powered description of the PR
  • /improve - AI-powered suggestions
  • /deploy - Deploy to staging

See: https://github.com/tahminator/codebloom/wiki/CI-Commands

@github-actions
Copy link
Copy Markdown
Contributor

Title

954: Added Henry and Arsh to Reviewers


PR Type

Enhancement


Description

  • Add Arshadul-Monir and arklian as code reviewers

  • Remove angelayu0530 from code reviewers


File Walkthrough

Relevant files
Configuration changes
approval.yml
Configured code reviewer list in approval workflow             

.github/workflows/approval.yml

  • Updated the GUARDIANS_OF_THE_GALAXY list in the enforce-approvals job.
  • Added Arshadul-Monir and arklian to the initialGuardians array.
  • Removed angelayu0530 from the initialGuardians array.
+1/-1     

@github-actions
Copy link
Copy Markdown
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

Comment thread .github/workflows/approval.yml
@github-actions
Copy link
Copy Markdown
Contributor

Title

954: Added Henry and Arsh to Reviewers


PR Type

Enhancement


Description

  • Updated GitHub workflow approvers.

  • Added Arshadul-Monir and arklian.

  • Removed angelayu0530.


File Walkthrough

Relevant files
Configuration changes
approval.yml
Update PR approval guardians list                                               

.github/workflows/approval.yml

  • Removed angelayu0530 from the initialGuardians list.
  • Added Arshadul-Monir and arklian to the initialGuardians list.
  • Updated the list of required approvers for pull requests.
+1/-1     

@github-actions
Copy link
Copy Markdown
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

Comment thread .github/workflows/approval.yml
@Arshadul-Monir
Copy link
Copy Markdown
Collaborator Author

/deploy

@Arshadul-Monir Arshadul-Monir requested a review from Copilot April 15, 2026 16:11
@Arshadul-Monir Arshadul-Monir merged commit 1dc82ab into main Apr 15, 2026
34 checks passed
@Arshadul-Monir Arshadul-Monir deleted the 954 branch April 15, 2026 16:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions approvals enforcement workflow to reflect a new set of “Guardians of the Galaxy” reviewers.

Changes:

  • Replaced the previous guardian (angelayu0530) with Arshadul-Monir and arklian in the approvals check workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

const OWNER = 'tahminator';
const GUARDIANS_OF_THE_GALAXY = (() => {
let initialGuardians = ['angelayu0530'];
let initialGuardians = ['Arshadul-Monir', 'arklian'];
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

Usernames are compared with strict, case-sensitive string equality (e.g., approved.includes(u) and u !== ME). Adding a mixed-case login here increases the chance the approvals check mis-detects an approval if GitHub returns a different casing for user.login (logins are case-insensitive on GitHub, but strings here are not). Consider normalizing all logins to a consistent case (e.g., lowercasing ME, OWNER, r.user.login, and the GUARDIANS_OF_THE_GALAXY entries) before comparisons.

Copilot uses AI. Check for mistakes.
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.

2 participants