Skip to content

Commit

Permalink
Fix closing answered issues by setting the stale-issue-message attrib…
Browse files Browse the repository at this point in the history
…ute.

In the upcoming action version 4, we can omit both the skip-stale-issue-message and the stale-issue-message.
  • Loading branch information
jasongrout committed Jul 6, 2021
1 parent cd7ac23 commit b1a494a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/answered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
days-before-stale: 30
days-before-close: 7
stale-issue-label: 'status:Closing as Answered'
stale-issue-message: ''
only-issue-labels: 'status:Answered'

0 comments on commit b1a494a

Please sign in to comment.