[FEATURE] Use noticeme based on a cron schedule
wwahammy opened this issue · 2 comments
wwahammy commented
ClearlyDefined is a great tool but it is a MASSIVE headache to run on every PR. This is due to two problems:
- ClearlyDefined is often overloaded
- Notices will change in between PRs so people's PRs break for now reason
This would move noticeme verification and updating to running on a regular schedule. For closing, this change will:
- Remove the noticeme run from inside the PR tasks
- Create a new workflow for running noticeme that checks if there are changes and, if so, creates a PR and notifies the team
One advantage of doing this is that we can more easily use Dependabot batcher which would save us some work.
victorear05 commented
I'll work on it!
wwahammy commented
@victorear05 Thanks! Please use the changes I just made in react-i18n-currency-input as a guide. The noticeme workflow is viewable at https://github.com/houdiniproject/react-i18n-currency-input/blob/main/.github/workflows/noticeme.yml