$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-11-07 19:40:27
Andrey Semashev wrote:
> > I used to have the equivalent on Travis, scheduled weekly:
> >
> > https://github.com/pdimov/merge-reminder/blob/master/.travis.yml
> >
> > but Travis unfortunately died, so now I run the script manually. :-)
>
> FWIW, there seems to be a way to trigger GHA workflows on schedule:
>
> https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
Thanks.
I modified my merge-reminder to use GHA:
https://github.com/pdimov/merge-reminder/blob/master/.github/workflows/ci.yml
Everyone should feel free to steal this and make his own merge reminder.