We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baf2d7 commit c461656Copy full SHA for c461656
.github/workflows/stale_check.yml
@@ -9,6 +9,7 @@ permissions:
9
jobs:
10
stale:
11
runs-on: ubuntu-latest
12
+ if: github.repository == 'Shopify/ruby-lsp'
13
steps:
14
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
15
with:
0 commit comments