From 8c778919496a8164ec63d0b488c805bce1aba839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Tue, 19 Dec 2023 12:34:03 -0300 Subject: [PATCH] ci(lock-threads): fix yaml syntax (#443) --- .github/workflows/lock-threads.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index 305fb41f..fe3f360f 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -15,7 +15,7 @@ jobs: discussions: write steps: - uses: dessant/lock-threads@v5 + - uses: dessant/lock-threads@v5 with: github-token: ${{ github.token }} issue-inactive-days: '91'