Skip to content

Commit 6b32eee

Browse files
committed
Disable stale workflow on forks
1 parent aae4827 commit 6b32eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/close_stale_issues_and_prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
jobs:
1111
stale:
1212
runs-on: ubuntu-latest
13+
if: github.repository == 'Shopify/ruby-lsp'
1314
steps:
1415
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1516
with:

0 commit comments

Comments
 (0)