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

feat: handlers for assign, deassign, extend and withdraw commands #3

Open
achyuthcodes30 opened this issue Oct 2, 2024 · 0 comments

Comments

@achyuthcodes30
Copy link

achyuthcodes30 commented Oct 2, 2024

Task

Parse the incoming webhook event from an issue comment and perform one of the following:

  1. Assign an issue to a contributor iff they are not currently assigned to another issue and the request is from a maintainer
  2. Deassign a contributor from an issue if they are currently assigned and the request is from a maintainer
  3. Extend time assigned to a contributor for an issue if the request is from a maintainer
  4. Withdraw - if contributor assigned to an issue requests to withdraw

Each handler in turn makes calls to logic in #2 and #1

From Linear

image

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

No branches or pull requests

1 participant