Skip to content

Commit 5f912a9

Browse files
authored
Disable stale workflow on forks (#3884)
Co-authored-by: Andy Waite <[email protected]>
1 parent 3d76aa4 commit 5f912a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
jobs:
1010
stale:
1111
runs-on: ubuntu-latest
12+
if: github.repository == 'Shopify/ruby-lsp'
1213
steps:
1314
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
1415
with:

0 commit comments

Comments
 (0)