Skip to content

Commit 80f940a

Browse files
committed
stale-issues.yml: update to match main configuration
1 parent 0247003 commit 80f940a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contains(github.event.pull_request.labels.*.name, 'stale')
3232
)
3333
)
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-slim
3535
permissions:
3636
contents: write
3737
issues: write
@@ -61,7 +61,7 @@ jobs:
6161
contains(github.event.pull_request.labels.*.name, 'stale')
6262
)
6363
)
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-slim
6565
permissions:
6666
contents: write
6767
issues: write

0 commit comments

Comments
 (0)