reminders icon indicating copy to clipboard operation
reminders copied to clipboard

App is broken?

Open Relequestual opened this issue 5 years ago • 48 comments

It looks like the heroku app that this bot used is no longer in service. Can someone create a new one?

Relequestual avatar Aug 05 '20 21:08 Relequestual

How do you know the heroku app isn’t in service anymore?

warrenalphonso avatar Oct 05 '20 17:10 warrenalphonso

How do you know the heroku app isn’t in service anymore?

image

If you click that link you get a 404 of sorts.

steveoh avatar Oct 06 '20 16:10 steveoh

Yepp, can it be restored, please?

Freakachoo avatar Oct 19 '20 09:10 Freakachoo

hello team! could anyone get this back to life? we were heavily dependent on the reminder bot in our repo 🙏

eglenimbus avatar Oct 22 '20 10:10 eglenimbus

Our company loves your tool and we are missing it here! <3

thomaspeitz avatar Oct 22 '20 11:10 thomaspeitz

It's fairly easy to deploy your own?

steveoh avatar Oct 22 '20 14:10 steveoh

is this dead?

deep5050 avatar Nov 23 '20 12:11 deep5050

The heroku instance (where app is running) is dead. So there a two ways. Somebody deploys a new instance to Glitch or Heroku, creates a new GitHub App and share it or anyone who will use it must do it themself for private usage.

It is a probot app and you will find further informations here https://probot.github.io/docs/deployment/

lutz avatar Nov 27 '20 09:11 lutz

FYI, I hope to have an update for those watching this thread shortly. Work is underway to migrate reminders to a GitHub Action, removing the need for deployment solutions

jbjonesjr avatar Mar 07 '21 07:03 jbjonesjr

FYI, I hope to have an update for those watching this thread shortly. Work is underway to migrate reminders to a GitHub Action, removing the need for deployment solutions

That's excellent news. Thank you for your work!

renestefancic2 avatar Mar 10 '21 20:03 renestefancic2

Oh I would love to switch to a github action! Keep us posted.

steveoh avatar Apr 14 '21 17:04 steveoh

Hey there,

Do you have any news on the ongoing work about the reminders' version relying on GH Actions?

pattacini avatar Jun 13 '21 07:06 pattacini

Still not work now.

ShixiangWang avatar Jun 16 '21 02:06 ShixiangWang

So myself and @stdavis created a pair of github actions to replace this bot. Please try it out and let us know what you think in the issues. Wouldn't it be nice if we could have org level github actions?!

https://twitter.com/MapUtah/status/1408215695335165954

Twitter
“Hello @github friends! Our dev's have created their first github actions in the marketplace for reminding you to get stuff done.

https://t.co/xNxDblpu6S and https://t.co/S6Iw4vuk2I

formerly a probot reminder bot

No more things slipping through the cracks!

#utmap #github”

steveoh avatar Jun 25 '21 00:06 steveoh

@steveoh This can only be applied to one repo, right?

ShixiangWang avatar Jun 25 '21 01:06 ShixiangWang

@steveoh This can only be applied to one repo, right?

Yes unfortunately it's a one at a time solution. But it's free and doesn't require a vm or serverless deployment.

steveoh avatar Jun 25 '21 02:06 steveoh

@steveoh Thanks :).

ShixiangWang avatar Jun 25 '21 03:06 ShixiangWang

@derberg has been working on an approach to copy sets of files (like GH Actions) to mutliple repositires within an org. I thought I'd mention it in case he has anything to share on that work, not sure of the state of the project.

Relequestual avatar Jul 02 '21 13:07 Relequestual

thanks @Relequestual

There is no native support for org level actions yet and don't know when it will arrive. I crafted this action to support "global" actions. It is actively maintained as our lives depend on it at AsyncAPI.

derberg avatar Jul 02 '21 14:07 derberg

FYI, I hope to have an update for those watching this thread shortly. Work is underway to migrate reminders to a GitHub Action, removing the need for deployment solutions

@jbjonesjr any update? I'd like to archive this repository

For folks who want to have a single action that runs on multiple repositories I'd implement support for app authentication. Then users can register their own app, install it on any repository they want, and pass the app ID and private key as parameters to the github action.

I used this pattern several times and it works great. For example in https://github.com/gr2m/release-notifier-action

GitHub
GitHub Action to notify repositories about the repository's releases using a GitHub App - gr2m/release-notifier-action

gr2m avatar Jul 09 '21 22:07 gr2m

For all the people looking for an alternative that works without GitHub Actions:

I'm currently working on a GitHub reminder app called Octo Reminder. You can install it here.

It has all the functionality of the previous Probot Reminders app, plus:

  • Language Support (Currently en, fr, de, pt, nl, jp)
  • Timezones
  • Custom Commands

If you have any feedback or issues you can leave a message here 😊

helloiamlukas avatar Jan 29 '22 17:01 helloiamlukas

Great to see this project getting a new life. As an alternative, SnoozeThis has built-in reminder functionality as well, though it is more targeted towards snoozing issues until their dependencies are resolved (for example, waiting until another issue has been closed). And as such, you can't set a reminder message like with Octo Reminder. SnoozeThis requires no setup (though installing the app will enable more functionality). See below for a simple demo. (Disclaimer: I'm one of the contributors to that project)

@SnoozeThis wait 3 minutes

tgmpje avatar Mar 30 '22 08:03 tgmpje

(https://snoozeth.is/8_mPd6mdy5o) I will wait until Wed, 30 Mar 2022 10:14:44 CEST and then add a comment.

SnoozeThis is a bot that holds on to your blocked tasks. By telling SnoozeThis what your tasks are waiting for, we can hand them back to you at the right time.

SnoozeThis avatar Mar 30 '22 08:03 SnoozeThis

Resolved.

SnoozeThis avatar Mar 30 '22 08:03 SnoozeThis

/remind 1 minute

Esqarrouth avatar Apr 11 '22 18:04 Esqarrouth

/reminder 1 minute

Esqarrouth avatar Apr 11 '22 18:04 Esqarrouth

/reminder 10 minutes

Sonosus avatar Apr 19 '22 12:04 Sonosus

/remind 1 minute

tenshiAMD avatar Sep 28 '22 21:09 tenshiAMD

@tenshiAMD we had trouble parsing your reminder. Try:

/remind me [what] [when]

reminders[bot] avatar Sep 28 '22 21:09 reminders[bot]

/remind me probot/reminders 1 minute

tenshiAMD avatar Sep 30 '22 15:09 tenshiAMD