Closed giuseppe998e closed 2 years ago
instead of that i can make CI run once everyday with cron
From my point of view I would rather see a new build having the confidence of an actual patches update, instead of seeing a new build every day having to go and check on the other repo whether or not it is the same as the one from the day before
I tried IFTTT but it does not let me run a github-action.
I tested it and it does not work
You might try using this method
found this, I will try this later
done, we will see if this works
Created a workflow to check new releases, this runs everyday at 10 am. If there is a new release this workflow updates release-versions/patches-latest.md
Then I updated CI workflow to run on commits to release-versions/patches-latest.md
it seems to be working
Created a workflow to check new releases, this runs everyday at 10 am.
Currently it runs every hour, could you change that? It runs so often that it's hard to find the real action
How about we run it once for every 6 hour or every 12 hour?
How about we run it once for every 6 hour or every 12 hour?
Sounds good
I was thinking that you could automate actions builds whenever a new version is released in the
revanced-patches
(or/and others) repo, using IFTTT (https://ifttt.com/github/triggers/any_new_release) and GitHub webhooks.