triage-issues.yml: update to match main configuration

This commit is contained in:
BrewTestBot 2021-02-15 08:18:10 +00:00
parent 7cef833d51
commit f8eb3fc05d

View File

@ -4,7 +4,7 @@ name: Triage issues
on: on:
push: push:
paths: paths:
- .github/workflows/triage-issues.yml - .github/workflows/triage-issues.yml
schedule: schedule:
# Once every day at midnight UTC # Once every day at midnight UTC
- cron: "0 0 * * *" - cron: "0 0 * * *"
@ -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'