Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
everypizza1 authored Dec 27, 2023
1 parent cc7502e commit 7557e85
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 7557e85

Please sign in to comment.