Skip to content

Commit

Permalink
Merge pull request #991 from automl/hotfix/update_stale_labels
Browse files Browse the repository at this point in the history
Hotfix/update stale labels
  • Loading branch information
helegraf authored Apr 25, 2023
2 parents 93b67d5 + 477b911 commit 3810c1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ exemptLabels:
- feature
- test
- example
- discussion
- duplicate
- question

# Label to use when marking an issue as stale
staleLabel: stale
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stale_reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
token: ${{ github.token }}
query: >-
is:open
-label:dependency,documentation,feature,enhancement,bug,test,example
-label:dependency,documentation,feature,enhancement,bug,test,example,discussion,duplicate,question
updated:<${{ env.CUTOFF_DATE }}
sort:updated-asc
- name: Collect labelled issues that have not had interaction in a long time (but will not become stale)
Expand All @@ -34,7 +34,7 @@ jobs:
token: ${{ github.token }}
query: >-
is:open
label:dependency,documentation,feature,enhancement,bug,test,example
label:dependency,documentation,feature,enhancement,bug,test,example,discussion,duplicate,question
updated:<${{ env.CUTOFF_DATE }}
sort:updated-asc
- name: Combine issues into mail content
Expand Down

0 comments on commit 3810c1c

Please sign in to comment.