From 9b9b9a0ba2a06ae86852209aa6838451e459e25d Mon Sep 17 00:00:00 2001 From: Devon Langendoerfer <425devon@gmail.com> Date: Fri, 2 Feb 2024 15:35:05 -0800 Subject: [PATCH] Update default timeouts for .github/workflows/auto-assignee.yml [skip ci] --- .github/workflows/auto-assignee.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-assignee.yml b/.github/workflows/auto-assignee.yml index 12fa2933..57fc2dcf 100644 --- a/.github/workflows/auto-assignee.yml +++ b/.github/workflows/auto-assignee.yml @@ -6,6 +6,7 @@ permissions: pull-requests: write jobs: assign-author: + timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }} runs-on: ubuntu-latest steps: - uses: toshimaru/auto-author-assign@2daaeb2988aef24bf37e636fe733f365c046aba0