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

RunCapabilityPatternNode #265

Closed
prescientmoon opened this issue Jan 28, 2021 · 4 comments · Fixed by #270
Closed

RunCapabilityPatternNode #265

prescientmoon opened this issue Jan 28, 2021 · 4 comments · Fixed by #270
Assignees
Labels
recipe-request Requests for someone to build a recipe for their problem

Comments

@prescientmoon
Copy link
Contributor

Recipe Name

RunCapabilityPatternNode

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

@prescientmoon prescientmoon added the recipe-request Requests for someone to build a recipe for their problem label Jan 28, 2021
@prescientmoon
Copy link
Contributor Author

I can implement this myself, but can't figure out how to assign myself from the github app.

@milesfrain
Copy link
Collaborator

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.

@JordanMartinez
Copy link
Owner

@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).

@milesfrain
Copy link
Collaborator

milesfrain commented Jan 29, 2021

I think you can only have a github action trigger on comments to PRs (not comments to issues).
Some projects work around this with a bot that looks for chatroom self-assign request comments.
isaacs/github#153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
recipe-request Requests for someone to build a recipe for their problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants