Merge pull request #10879 from MikeMcQuaid/yaml-cleanup
github/workflows: YAML cleanup.
This commit is contained in:
commit
3b806c47bd
2
.github/workflows/doctor.yml
vendored
2
.github/workflows/doctor.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
tests:
|
tests:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ['11-arm', '11.0', '10.15', '10.14']
|
version: ["11-arm", "11.0", "10.15", "10.14"]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.version }}
|
runs-on: ${{ matrix.version }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/triage-issues.yml
vendored
4
.github/workflows/triage-issues.yml
vendored
@ -33,8 +33,8 @@ jobs:
|
|||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
This pull request has been automatically marked as stale because it has not had
|
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.
|
recent activity. It will be closed if no further activity occurs.
|
||||||
exempt-issue-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'
|
exempt-pr-labels: "gsoc-outreachy,help wanted,in progress"
|
||||||
|
|
||||||
lock-threads:
|
lock-threads:
|
||||||
if: startsWith(github.repository, 'Homebrew/') && github.event_name != 'issue_comment'
|
if: startsWith(github.repository, 'Homebrew/') && github.event_name != 'issue_comment'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user