We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2195e6 commit 0a8d943Copy full SHA for 0a8d943
.github/workflows/stale.yaml
@@ -9,10 +9,10 @@ permissions:
9
jobs:
10
stale:
11
runs-on: "ubuntu-latest"
12
- if: github.repository_owner == 'SchemaStore'
+ if: github.repository_owner == 'tj'
13
steps:
14
- uses: "actions/stale@v9"
15
with:
16
close-pr-message: "This PR was closed because it has been stalled for 365 days with no activity. Feel free to make a new PR if you wish to continue"
17
days-before-pr-stale: 365
18
- days-before-pr-close: 0
+ days-before-pr-close: 15
0 commit comments