Code Monkey home page Code Monkey logo

Comments (48)

jbjonesjr avatar jbjonesjr commented on June 4, 2024 15

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

from reminders.

steveoh avatar steveoh commented on June 4, 2024 7

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”

from reminders.

helloiamlukas avatar helloiamlukas commented on June 4, 2024 6

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 😊

from reminders.

steveoh avatar steveoh commented on June 4, 2024 4

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

image

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

from reminders.

steveoh avatar steveoh commented on June 4, 2024 3

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

from reminders.

deep5050 avatar deep5050 commented on June 4, 2024 2

is this dead?

from reminders.

lutz avatar lutz commented on June 4, 2024 2

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/

from reminders.

pattacini avatar pattacini commented on June 4, 2024 1

Hey there,

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

from reminders.

steveoh avatar steveoh commented on June 4, 2024 1

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

from reminders.

derberg avatar derberg commented on June 4, 2024 1

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.

from reminders.

warrenalphonso avatar warrenalphonso commented on June 4, 2024

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

from reminders.

Freakachoo avatar Freakachoo commented on June 4, 2024

Yepp, can it be restored, please?

from reminders.

eglenimbus avatar eglenimbus commented on June 4, 2024

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

from reminders.

thomaspeitz avatar thomaspeitz commented on June 4, 2024

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

from reminders.

steveoh avatar steveoh commented on June 4, 2024

It's fairly easy to deploy your own?

from reminders.

renestefancic2 avatar renestefancic2 commented on June 4, 2024

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!

from reminders.

ShixiangWang avatar ShixiangWang commented on June 4, 2024

Still not work now.

from reminders.

ShixiangWang avatar ShixiangWang commented on June 4, 2024

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

from reminders.

ShixiangWang avatar ShixiangWang commented on June 4, 2024

@steveoh Thanks :).

from reminders.

Relequestual avatar Relequestual commented on June 4, 2024

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

from reminders.

gr2m avatar gr2m commented on June 4, 2024

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

from reminders.

tgmpje avatar tgmpje commented on June 4, 2024

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

from reminders.

SnoozeThis avatar SnoozeThis commented on June 4, 2024

(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.

from reminders.

SnoozeThis avatar SnoozeThis commented on June 4, 2024

Resolved.

from reminders.

Esqarrouth avatar Esqarrouth commented on June 4, 2024

/remind 1 minute

from reminders.

Esqarrouth avatar Esqarrouth commented on June 4, 2024

/reminder 1 minute

from reminders.

Sonosus avatar Sonosus commented on June 4, 2024

/reminder 10 minutes

from reminders.

tenshiAMD avatar tenshiAMD commented on June 4, 2024

/remind 1 minute

from reminders.

reminders avatar reminders commented on June 4, 2024

@tenshiAMD we had trouble parsing your reminder. Try:

/remind me [what] [when]

from reminders.

tenshiAMD avatar tenshiAMD commented on June 4, 2024

/remind me probot/reminders 1 minute

from reminders.

reminders avatar reminders commented on June 4, 2024

@tenshiAMD set a reminder for Sep 30th 2022

from reminders.

serpro69 avatar serpro69 commented on June 4, 2024

/remind me to test this in 1 minute

from reminders.

reminders avatar reminders commented on June 4, 2024

@serpro69 set a reminder for Oct 5th 2022

from reminders.

FlipEverything avatar FlipEverything commented on June 4, 2024

/remind me probot/reminders 1 minute

from reminders.

reminders avatar reminders commented on June 4, 2024

@FlipEverything set a reminder for Mar 6th 2023

from reminders.

mazsa97 avatar mazsa97 commented on June 4, 2024

/remind @mazsa97 test in 2 minutes

from reminders.

reminders avatar reminders commented on June 4, 2024

@mazsa97 set a reminder for Mar 6th 2023

from reminders.

FlipEverything avatar FlipEverything commented on June 4, 2024

/remind me teszt at 13:20 utc today

from reminders.

reminders avatar reminders commented on June 4, 2024

@FlipEverything set a reminder for Mar 6th 2023

from reminders.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.