| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bb90ef2 commit a8f33fd
11 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ jobs: | |||
| 39 | 39 | issues: write # for actions/stale to close stale issues | |
| 40 | 40 | pull-requests: write # for actions/stale to close stale PRs | |
| 41 | 41 | if: github.repository == 'nodejs/node' | |
| 42 | - runs-on: ubuntu-latest | ||
| 42 | + runs-on: ubuntu-slim | ||
| 43 | 43 | steps: | |
| 44 | 44 | - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 | |
| 45 | 45 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ jobs: | |||
| 33 | 33 | permissions: | |
| 34 | 34 | pull-requests: write # for actions/stale to close stale PRs | |
| 35 | 35 | if: github.repository == 'nodejs/node' | |
| 36 | - runs-on: ubuntu-latest | ||
| 36 | + runs-on: ubuntu-slim | ||
| 37 | 37 | steps: | |
| 38 | 38 | - name: Set default end date which is 1 year ago | |
| 39 | 39 | run: echo "END_DATE=$(date --date='525600 minutes ago' --rfc-2822)" >> "$GITHUB_ENV" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ jobs: | |||
| 18 | 18 | issues: write # for actions/stale to close stale issues | |
| 19 | 19 | pull-requests: write # for actions/stale to close stale PRs | |
| 20 | 20 | if: github.repository == 'nodejs/node' | |
| 21 | - runs-on: ubuntu-latest | ||
| 21 | + runs-on: ubuntu-slim | ||
| 22 | 22 | steps: | |
| 23 | 23 | - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 | |
| 24 | 24 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ jobs: | |||
| 24 | 24 | issues: write | |
| 25 | 25 | pull-requests: write | |
| 26 | 26 | if: github.repository == 'nodejs/node' && github.event.label.name == 'stalled' | |
| 27 | - runs-on: ubuntu-latest | ||
| 27 | + runs-on: ubuntu-slim | ||
| 28 | 28 | steps: | |
| 29 | 29 | - name: Post stalled comment | |
| 30 | 30 | env: | |
@@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | permissions: | |
| 37 | 37 | pull-requests: write | |
| 38 | 38 | if: github.repository == 'nodejs/node' && github.event_name == 'pull_request_target' && github.event.label.name == 'fast-track' | |
| 39 | - runs-on: ubuntu-latest | ||
| 39 | + runs-on: ubuntu-slim | ||
| 40 | 40 | steps: | |
| 41 | 41 | - name: Request Fast-Track | |
| 42 | 42 | env: | |
@@ -47,7 +47,7 @@ jobs: | |||
| 47 | 47 | permissions: | |
| 48 | 48 | pull-requests: write | |
| 49 | 49 | if: github.repository == 'nodejs/node' && github.event_name == 'pull_request_target' && github.event.label.name == 'notable-change' | |
| 50 | - runs-on: ubuntu-latest | ||
| 50 | + runs-on: ubuntu-slim | ||
| 51 | 51 | steps: | |
| 52 | 52 | - name: Add notable change description | |
| 53 | 53 | env: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ permissions: | |||
| 10 | 10 | ||
| 11 | 11 | jobs: | |
| 12 | 12 | lint-commit-message: | |
| 13 | - runs-on: ubuntu-latest | ||
| 13 | + runs-on: ubuntu-slim | ||
| 14 | 14 | steps: | |
| 15 | 15 | - name: Compute number of commits in the PR | |
| 16 | 16 | id: nb-of-commits | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ jobs: | |||
| 26 | 26 | permissions: | |
| 27 | 27 | pull-requests: read | |
| 28 | 28 | if: github.repository == 'nodejs/node' | |
| 29 | - runs-on: ubuntu-latest | ||
| 29 | + runs-on: ubuntu-slim | ||
| 30 | 30 | outputs: | |
| 31 | 31 | numbers: ${{ steps.get_mergeable_prs.outputs.numbers }} | |
| 32 | 32 | steps: | |
@@ -57,7 +57,7 @@ jobs: | |||
| 57 | 57 | commitQueue: | |
| 58 | 58 | needs: get_mergeable_prs | |
| 59 | 59 | if: needs.get_mergeable_prs.outputs.numbers != '' | |
| 60 | - runs-on: ubuntu-latest | ||
| 60 | + runs-on: ubuntu-slim | ||
| 61 | 61 | steps: | |
| 62 | 62 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 63 | 63 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ permissions: | |||
| 16 | 16 | jobs: | |
| 17 | 17 | find: | |
| 18 | 18 | if: github.repository == 'nodejs/node' | |
| 19 | - runs-on: ubuntu-latest | ||
| 19 | + runs-on: ubuntu-slim | ||
| 20 | 20 | ||
| 21 | 21 | steps: | |
| 22 | 22 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ permissions: | |||
| 16 | 16 | jobs: | |
| 17 | 17 | find: | |
| 18 | 18 | if: github.repository == 'nodejs/node' | |
| 19 | - runs-on: ubuntu-latest | ||
| 19 | + runs-on: ubuntu-slim | ||
| 20 | 20 | ||
| 21 | 21 | steps: | |
| 22 | 22 | - name: Checkout the repo | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ permissions: | |||
| 10 | 10 | jobs: | |
| 11 | 11 | label: | |
| 12 | 12 | if: github.event.label.name == 'flaky-test' | |
| 13 | - runs-on: ubuntu-latest | ||
| 13 | + runs-on: ubuntu-slim | ||
| 14 | 14 | permissions: | |
| 15 | 15 | issues: write | |
| 16 | 16 | steps: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ permissions: | |||
| 9 | 9 | ||
| 10 | 10 | jobs: | |
| 11 | 11 | label: | |
| 12 | - runs-on: ubuntu-latest | ||
| 12 | + runs-on: ubuntu-slim | ||
| 13 | 13 | ||
| 14 | 14 | steps: | |
| 15 | 15 | - uses: nodejs/node-pr-labeler@d4cf1b8b9f23189c37917000e5e17e796c770a6b # v1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments