mirror of
https://github.com/facebook/react-native.git
synced 2026-04-01 07:08:03 +00:00
Summary: Problem: Duplicate issues were notified on discord channel in issue triaging section. ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [GENERAL] [FIXED] - Changed cron timings to run at fix schedule and upgraded action for better debugging For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [GENERAL] [FIXED] - Changed cron timings to run at fix schedule and upgraded action for better debugging Root cause: - The cron job (cron: "0 /6 * *") is expected to run every 6 hours. - Expected runs: 5:54 AM → 11:54 AM → 5:54 PM. - However, the second run happened earlier at 11:37 AM instead of 11:54 AM. - This caused duplicate pings for issues created around 5:42:24 AM. Pull Request resolved: https://github.com/facebook/react-native/pull/49407 Test Plan: Tested action locally Reviewed By: cortinico, NickGerleman Differential Revision: D69667174 Pulled By: cipolleschi fbshipit-source-id: 3dcadc25783335c32cba8acdda26e1c755294629
28 lines
745 B
YAML
28 lines
745 B
YAML