Commit c109b1a9 authored by crazywoola's avatar crazywoola

fix: stale.yml

parent 45499328
......@@ -11,6 +11,7 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
......@@ -20,7 +21,7 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Close due to it's no longer active, if you have any questions, you can reopen it.'
stale-pr-message: 'Close due to it's no longer active, if you have any questions, you can reopen it.'
stale-issue-message: "Close due to it's no longer active, if you have any questions, you can reopen it."
stale-pr-message: "Close due to it's no longer active, if you have any questions, you can reopen it."
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment