-
Notifications
You must be signed in to change notification settings - Fork 30
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
RunCapabilityPatternNode #265
Comments
I can implement this myself, but can't figure out how to assign myself from the github app. |
Yeah, that's a really annoying github "feature". You can't self-assign to issues unless you're a collaborator with direct write-access to the repo. |
@milesfrain Do you think there's a GitHub Action we could add where someone who makes a comment that satisfies some criteria (e.g. they write "self-assign" as a single comment) will make GitHub assign the issue to them? Might be useful to build such a tool across all PureScript repos (assuming it hasn't been done already). |
I think you can only have a github action trigger on comments to PRs (not comments to issues). |
Recipe Name
Each recipe name must be unique. Use PascalCase.
Recipe Description
What should this recipe do?
Similar to the existing CapabilityPatternNode recipe, but implemented using purescript-run and free monads
The text was updated successfully, but these errors were encountered: