Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stale.yml #149

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update stale.yml
everypizza1 authored Dec 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7557e85746364a7a8fe471dcd489323853a75cd5
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -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'