We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6dc5a0 + 54a20f1 commit c63a645Copy full SHA for c63a645
1 file changed
.github/workflows/stale.yml
@@ -15,8 +15,8 @@ permissions:
15
16
jobs:
17
stale:
18
- # runs-on: ubuntu-latest
19
- runs-on: [self-hosted]
+ runs-on: ubuntu-latest
+ # runs-on: [self-hosted]
20
steps:
21
- uses: actions/stale@v8
22
with:
0 commit comments