diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 190e24af8..0648b7b3a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,4 +10,5 @@ jobs: - uses: actions/stale@v9 with: stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale' - stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale' \ No newline at end of file + stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale' + \ No newline at end of file