codeigniter4 / translations

System message translations for CodeIgniter4
https://codeigniter4.github.io/translations/
MIT License
197 stars 206 forks source link

Run actions on schedule using cron #225

Closed paulbalandan closed 3 years ago

sfadschm commented 3 years ago

(Possibly) Dumb and late question: Why do we need to run them scheduled? Now every fork is getting notifications every 24h about the runs.

paulbalandan commented 3 years ago

The purpose of the scheduled runs is 2-fold.

  1. For the build, catch new changes in the language structure in the main repo, although I'll admit it's not yet working as intended.
  2. For the code style, catch new fixer rules.

These runs should only run here and not on the forks. If that's the case, it is either the user has allowed actions to run on his fork or his fork predates the actions. The fix for this would be limiting the run by the repo name.

sfadschm commented 3 years ago

Alright, thats useful, thanks! I will just disable them in the fork.