We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c620d59 commit 54a20f1Copy full SHA for 54a20f1
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