We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3740efe commit 2607320Copy full SHA for 2607320
.github/workflows/stale.yml
@@ -16,7 +16,7 @@ permissions:
16
jobs:
17
stale:
18
# runs-on: ubuntu-latest
19
- runs-on: [self-hosted, linux, x64]
+ runs-on: [self-hosted]
20
steps:
21
- uses: actions/stale@v8
22
with:
0 commit comments