Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CI_PERMISSIONS.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,12 @@
"cooldown_interval_minutes": 60,
"reason": "custom override"
},
"netanel-haber": {
"can_tag_run_ci_label": true,
"can_rerun_failed_ci": true,
"cooldown_interval_minutes": 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Setting cooldown_interval_minutes to 0 poses a risk of resource abuse. A zero-minute cooldown allows for potentially unlimited CI reruns without any delay, which could lead to high CI costs or block other jobs. It is recommended to set a more conservative cooldown period. For consistency with other users in this file, consider setting it to 60 minutes.

Suggested change
"cooldown_interval_minutes": 0,
"cooldown_interval_minutes": 60,

"reason": "custom override"
},
"nvcastet": {
"can_tag_run_ci_label": true,
"can_rerun_failed_ci": true,
Expand Down
Loading