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

Automatically Handling Prerequisites #43

Open
0x4007 opened this issue Oct 14, 2024 · 1 comment
Open

Automatically Handling Prerequisites #43

0x4007 opened this issue Oct 14, 2024 · 1 comment

Comments

@0x4007
Copy link
Member

0x4007 commented Oct 14, 2024

  • There's situations where we price tasks that actually aren't ready to be worked on due to prerequisite tasks that need to be completed first.
  • It could be useful to set the priority and time level but then use a new command like /requires <issue url>
  • In this case, the price label can be removed, indicating that it is not ready to be worked on.
  • When the prerequisite issue is merged, it would be great to add pricing again, which will automatically allow contributors to /start again.

This needs to listen to:

  1. the issue.closed (as complete) webhook event, and then restore the latest price from the timeline.
  2. the issues_comment.created webhook event, to parse the command.
@0x4007
Copy link
Member Author

0x4007 commented Oct 14, 2024

@sshivaditya2019 it is "editing" the spec even without posting relevance. This should not occur.

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

No branches or pull requests

1 participant