robotnyc / vacation-mode-action

Limit interactions to your repository while on vacation using GitHub Actions
MIT License
74 stars 0 forks source link

Automate starting and stopping vacation mode #2

Open lucasrangit opened 4 years ago

lucasrangit commented 4 years ago

Should be able to parse the "from" and/or "until" date and automate starting and stopping vacation mode based on that.

Siddhant-Jha commented 4 years ago

Furthermore, Adding a feature to directly set the vacation duration rather than parsing. i.e. Whenever you enter vacation mode, You are prompted to enter some required details likes of vacation duration in a text field rather than parsing it.

lucasrangit commented 4 years ago

Furthermore, Adding a feature to directly set the vacation duration rather than parsing. i.e. Whenever you enter vacation mode, You are prompted to enter some required details likes of vacation duration in a text field rather than parsing it.

I'm not aware of a way to do this. There's no UI other than the github issue page. Perhaps I could place a date picker in a comment?

Do you have a suggested method?

Thanks @Siddhant-Jha for your feedback.

Siddhant-Jha commented 4 years ago

Date Picker would be great ✌️