chihsuan commented on code in PR #10851: URL: https://github.com/apache/ozone/pull/10851#discussion_r3831419747
########## .github/workflows/schedule-label-pr.yml: ########## @@ -18,9 +18,10 @@ name: scheduled-label-pull-requests on: - # every 5 minutes + # every 30 minutes; component labeling scans all open PRs, so keep the + # cadence moderate schedule: - - cron: '*/5 * * * *' + - cron: '*/30 * * * *' Review Comment: Added. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
