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

"Next action" reminder #21

Open
connorjclark opened this issue Nov 24, 2020 · 0 comments
Open

"Next action" reminder #21

connorjclark opened this issue Nov 24, 2020 · 0 comments

Comments

@connorjclark
Copy link
Collaborator

Connor: how would you implement a "next action at date" thing with git3p0?
to trigger a notification by commenting on the issue or something

Patrick Hulce, 9 mins
hm yeah kinda tricky
you'd need the issue to be recent enough to be scanned by git3po since it doesn't keep any state
could always add some sort of state mechanism
but I think it could be workable without one
idea:

- add a label "pending-action" or reuse "chillin" or something
- process issues with these labels regardless of last edited date
- scan for some pattern of "next action: <date>" 
- add another template variable that reuses the result of that parsing
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