ci: configure timeouts for all jobs (#4685)

This commit is contained in:
Meier Lukas
2025-12-17 20:27:51 +01:00
committed by GitHub
parent 611b65e8bd
commit ac6fed9946
12 changed files with 24 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ permissions: {}
jobs:
approve-automatic-prs:
runs-on: ubuntu-latest
timeout-minutes: 2
if: github.actor_id == 158783068 || github.actor_id == 190541745 || github.actor_id == 210161987 # Id of renovate bot and crowdin bot see https://api.github.com/users/homarr-renovate%5Bbot%5D and https://api.github.com/users/homarr-crowdin%5Bbot%5D and https://api.github.com/users/homarr-update-contributors%5Bbot%5D
steps:
- name: Checkout code