From 165db571afcf1c12f69e8eea5de9df3ab98e12f7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 18 Mar 2021 13:00:17 +0000 Subject: [PATCH] github/workflows: YAML cleanup. Do some minor YAML cleanup. --- .github/workflows/doctor.yml | 2 +- .github/workflows/triage-issues.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/doctor.yml b/.github/workflows/doctor.yml index 6cfcff8c73..de25c282c2 100644 --- a/.github/workflows/doctor.yml +++ b/.github/workflows/doctor.yml @@ -16,7 +16,7 @@ jobs: tests: strategy: matrix: - version: ['11-arm', '11.0', '10.15', '10.14'] + version: ["11-arm", "11.0", "10.15", "10.14"] fail-fast: false runs-on: ${{ matrix.version }} env: diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 0f6cd9554d..f7a3c9ceda 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'