Skip to content

Commit

Permalink
workflows/stale: fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Rylan12 committed Nov 26, 2020
1 parent 35b74d2 commit 87de941
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Close stale issues"

on:
push:
paths:
- .github/workflows/stale.yml
schedule:
# Once every day
- cron: "0 0 * * *"
Expand All @@ -18,11 +21,8 @@ jobs:
stale-issue-message: >
This issue 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
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'

0 comments on commit 87de941

Please sign in to comment.