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

Fix self assign bug #301

Merged
merged 2 commits into from
Mar 14, 2025
Merged

Fix self assign bug #301

merged 2 commits into from
Mar 14, 2025

Conversation

takanome-dev
Copy link
Owner

@takanome-dev takanome-dev commented Mar 12, 2025

This PR fixes a critical bug where self-assignment commands (/assign-me, /unassign-me) were being incorrectly blocked by the maintainers check.

Bug Description

The action was incorrectly checking maintainer permissions for all commands, including self-assignment commands that should be available to all contributors.

Testing

The fix should allow:

  • Any contributor to use /assign-me and /unassign-me
  • Only maintainers to use /assign @user and /unassign @user
  • Proper error messages for each case

Tickets

@takanome-dev takanome-dev changed the base branch from beta to edge March 14, 2025 22:31
@takanome-dev takanome-dev merged commit a41fb33 into edge Mar 14, 2025
@takanome-dev takanome-dev deleted the fix-self-assign-bug branch March 14, 2025 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant