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 432479f + c02e685 commit dcf5173Copy full SHA for dcf5173
.github/workflows/actionlint.yml
@@ -80,7 +80,7 @@ jobs:
80
!contains(fromJSON('["cancelled", "skipped"]'), needs.workflow_syntax.result) &&
81
!github.event.repository.private &&
82
github.event_name != 'merge_group'
83
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
84
permissions:
85
contents: read
86
security-events: write
.github/workflows/stale-issues.yml
@@ -31,7 +31,7 @@ jobs:
31
contains(github.event.pull_request.labels.*.name, 'stale')
32
)
33
34
35
36
contents: write
37
issues: write
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments