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