From f8eb3fc05d020223842f4cf5c8ab65b5ad32db58 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 15 Feb 2021 08:18:10 +0000 Subject: [PATCH] triage-issues.yml: update to match main configuration --- .github/workflows/triage-issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index f7a3c9ceda..0f6cd9554d 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -4,7 +4,7 @@ name: Triage issues on: push: paths: - - .github/workflows/triage-issues.yml + - .github/workflows/triage-issues.yml schedule: # Once every day at midnight UTC - cron: "0 0 * * *" @@ -33,8 +33,8 @@ jobs: stale-pr-message: > This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. - exempt-issue-labels: "gsoc-outreachy,help wanted,in progress" - exempt-pr-labels: "gsoc-outreachy,help wanted,in progress" + exempt-issue-labels: 'gsoc-outreachy,help wanted,in progress' + exempt-pr-labels: 'gsoc-outreachy,help wanted,in progress' lock-threads: if: startsWith(github.repository, 'Homebrew/') && github.event_name != 'issue_comment'