| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3243701 commit 182e6b9
17 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - name: "authors update" | ||
| 1 | + name: Authors update | ||
| 2 | 2 | on: | |
| 3 | 3 | schedule: | |
| 4 | 4 | # Run once a week at 00:05 AM UTC on Sunday. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ env: | |||
| 12 | 12 | NODE_VERSION: lts/* | |
| 13 | 13 | ||
| 14 | 14 | jobs: | |
| 15 | - get_prs_for_ci: | ||
| 15 | + get-prs-for-ci: | ||
| 16 | 16 | if: github.repository == 'nodejs/node' | |
| 17 | 17 | runs-on: ubuntu-latest | |
| 18 | 18 | outputs: | |
@@ -29,20 +29,20 @@ jobs: | |||
| 29 | 29 | --limit 100 | |
| 30 | 30 | env: | |
| 31 | 31 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| 32 | - startCI: | ||
| 33 | - needs: get_prs_for_ci | ||
| 34 | - if: needs.get_prs_for_ci.outputs.numbers != '' | ||
| 32 | + start-ci: | ||
| 33 | + needs: get-prs-for-ci | ||
| 34 | + if: needs.get-prs-for-ci.outputs.numbers != '' | ||
| 35 | 35 | runs-on: ubuntu-latest | |
| 36 | 36 | steps: | |
| 37 | 37 | - uses: actions/checkout@v2 | |
| 38 | 38 | with: | |
| 39 | 39 | persist-credentials: false | |
| 40 | 40 | ||
| 41 | - # Install dependencies | ||
| 42 | 41 | - name: Install Node.js | |
| 43 | 42 | uses: actions/setup-node@v2 | |
| 44 | 43 | with: | |
| 45 | 44 | node-version: ${{ env.NODE_VERSION }} | |
| 45 | + | ||
| 46 | 46 | - name: Install node-core-utils | |
| 47 | 47 | run: npm install -g node-core-utils | |
| 48 | 48 | ||
@@ -55,6 +55,6 @@ jobs: | |||
| 55 | 55 | ncu-config set repo "$(echo ${{ github.repository }} | cut -d/ -f2)" | |
| 56 | 56 | ||
| 57 | 57 | - name: Start the CI | |
| 58 | - run: ./tools/actions/start-ci.sh ${{ needs.get_prs_for_ci.outputs.numbers }} | ||
| 58 | + run: ./tools/actions/start-ci.sh ${{ needs.get-prs-for-ci.outputs.numbers }} | ||
| 59 | 59 | env: | |
| 60 | 60 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,13 +25,12 @@ on: | |||
| 25 | 25 | - '!.github/workflows/build-tarball.yml' | |
| 26 | 26 | ||
| 27 | 27 | env: | |
| 28 | + PYTHON_VERSION: '3.10' | ||
| 28 | 29 | FLAKY_TESTS: dontcare | |
| 29 | 30 | ||
| 30 | 31 | jobs: | |
| 31 | 32 | build-tarball: | |
| 32 | 33 | if: github.event.pull_request.draft == false | |
| 33 | - env: | ||
| 34 | - PYTHON_VERSION: '3.10' | ||
| 35 | 34 | runs-on: ubuntu-latest | |
| 36 | 35 | steps: | |
| 37 | 36 | - uses: actions/checkout@v2 | |
@@ -57,8 +56,6 @@ jobs: | |||
| 57 | 56 | name: tarballs | |
| 58 | 57 | path: tarballs | |
| 59 | 58 | test-tarball-linux: | |
| 60 | - env: | ||
| 61 | - PYTHON_VERSION: '3.10' | ||
| 62 | 59 | needs: build-tarball | |
| 63 | 60 | runs-on: ubuntu-latest | |
| 64 | 61 | steps: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,9 @@ | |||
| 1 | - name: build-windows | ||
| 1 | + name: Build Windows | ||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | 5 | paths-ignore: | |
| 6 | - - "README.md" | ||
| 6 | + - README.md | ||
| 7 | 7 | - .github/** | |
| 8 | 8 | - '!.github/workflows/build-windows.yml' | |
| 9 | 9 | types: [opened, synchronize, reopened, ready_for_review] | |
@@ -15,7 +15,7 @@ on: | |||
| 15 | 15 | - v[0-9]+.x-staging | |
| 16 | 16 | - v[0-9]+.x | |
| 17 | 17 | paths-ignore: | |
| 18 | - - "README.md" | ||
| 18 | + - README.md | ||
| 19 | 19 | - .github/** | |
| 20 | 20 | - '!.github/workflows/build-windows.yml' | |
| 21 | 21 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - name: Comment on issues and PRs when labelled | ||
| 1 | + name: Comment on issues and PRs when labeled | ||
| 2 | 2 | on: | |
| 3 | 3 | issues: | |
| 4 | 4 | types: [labeled] | |
@@ -12,7 +12,7 @@ env: | |||
| 12 | 12 | FAST_TRACK_MESSAGE: Fast-track has been requested by @${{ github.actor }}. Please 👍 to approve. | |
| 13 | 13 | ||
| 14 | 14 | jobs: | |
| 15 | - staleComment: | ||
| 15 | + stale-comment: | ||
| 16 | 16 | if: github.repository == 'nodejs/node' && github.event.label.name == 'stalled' | |
| 17 | 17 | runs-on: ubuntu-latest | |
| 18 | 18 | steps: | |
@@ -22,8 +22,8 @@ jobs: | |||
| 22 | 22 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| 23 | 23 | run: gh issue comment "$NUMBER" --repo ${{ github.repository }} --body "$STALE_MESSAGE" | |
| 24 | 24 | ||
| 25 | - fastTrack: | ||
| 26 | - if: github.repository == 'nodejs/node' && github.event_name == 'pull_request_target' && github.event.label.name == 'fast-track' | ||
| 25 | + fast-track: | ||
| 26 | + if: github.repository == 'nodejs/node' && github.event.issue.pull_request && github.event.label.name == 'fast-track' | ||
| 27 | 27 | runs-on: ubuntu-latest | |
| 28 | 28 | steps: | |
| 29 | 29 | - name: Request Fast-Track | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - name: "First commit message adheres to guidelines at https://goo.gl/p2fr5Q" | ||
| 1 | + name: First commit message adheres to guidelines at https://goo.gl/p2fr5Q | ||
| 2 | 2 | ||
| 3 | 3 | on: [pull_request] | |
| 4 | 4 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - name: coverage-linux | ||
| 1 | + name: Coverage Linux | ||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
@@ -11,9 +11,7 @@ on: | |||
| 11 | 11 | - .github/** | |
| 12 | 12 | - '!.github/workflows/coverage-linux.yml' | |
| 13 | 13 | push: | |
| 14 | - branches: | ||
| 15 | - - master | ||
| 16 | - - main | ||
| 14 | + branches: [master, main] | ||
| 17 | 15 | paths-ignore: | |
| 18 | 16 | - '**.md' | |
| 19 | 17 | - 'benchmark/**' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - name: coverage-windows | ||
| 1 | + name: Coverage Windows | ||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
@@ -12,9 +12,7 @@ on: | |||
| 12 | 12 | - .github/** | |
| 13 | 13 | - '!.github/workflows/coverage-windows.yml' | |
| 14 | 14 | push: | |
| 15 | - branches: | ||
| 16 | - - master | ||
| 17 | - - main | ||
| 15 | + branches: [master, main] | ||
| 18 | 16 | paths-ignore: | |
| 19 | 17 | - '**.md' | |
| 20 | 18 | - 'benchmark/**' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - name: misc | ||
| 1 | + name: Test and upload documentation to artifacts | ||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - name: license update | ||
| 1 | + name: License update | ||
| 2 | 2 | on: | |
| 3 | 3 | schedule: | |
| 4 | 4 | # 00:00:00 every Monday | |
| Back | FazBrowse Home | New Git URL |
0 commit comments