Skip to content

Commit

Permalink
Merge pull request #149 from everypizza1/patch-1
Browse files Browse the repository at this point in the history
Update stale.yml
  • Loading branch information
Soulter authored Feb 26, 2024
2 parents aff6e3b + 7557e85 commit 14f96ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
if: github.repository == 'Soulter/hugging-chat-api'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue was marked as stale because of inactivity'
close-issue-message: 'This issue was closed because of inactivity'
stale-pr-message: 'This pull request was marked as stale because of inactivity'
close-pr-message: 'This pull request was closed because of inactivity'
stale-issue-message: 'This issue was marked as stale because of inactivity.'
close-issue-message: 'This issue was closed because of inactivity.'
stale-pr-message: 'This pull request was marked as stale because of inactivity.'
close-pr-message: 'This pull request was closed because of inactivity.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

0 comments on commit 14f96ed

Please sign in to comment.