Skip to content

Commit 0a8d943

Browse files
committed
Fix stale workflow
1 parent f2195e6 commit 0a8d943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ permissions:
99
jobs:
1010
stale:
1111
runs-on: "ubuntu-latest"
12-
if: github.repository_owner == 'SchemaStore'
12+
if: github.repository_owner == 'tj'
1313
steps:
1414
- uses: "actions/stale@v9"
1515
with:
1616
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"
1717
days-before-pr-stale: 365
18-
days-before-pr-close: 0
18+
days-before-pr-close: 15

0 commit comments

Comments
 (0)