Skip to content

Commit

Permalink
feat: merge origin main
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Feb 1, 2024
2 parents 4621da4 + f0fd6b1 commit 58c5c2b
Show file tree
Hide file tree
Showing 334 changed files with 2,928 additions and 2,566 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ pnpm-lock.yaml
/crates/rspack_plugin_runtime @web-infra-dev/rspack-ux
/crates/rspack_plugin_schemes @web-infra-dev/rspack-dx
/crates/rspack_plugin_split_chunks @web-infra-dev/rspack-ux
/crates/rspack_plugin_split_chunks_new @web-infra-dev/rspack-ux
/crates/rspack_plugin_wasm @web-infra-dev/rspack-dx
/crates/rspack_regex @IWANABETHATGUY
/crates/rspack_symbol @IWANABETHATGUY
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.en-US.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "🐞 Bug Report"
description: Report a bug to Rspack
title: "[Bug]: "
labels: ["bug", "pending triage"]
body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.en-US.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "✨ Feature Request"
description: Submit a new feature request to Rspack
title: "[Feature]: "
labels: ["feat", "pending triage"]
body:
- type: markdown
Expand Down
4 changes: 0 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

<!-- It would be helpful if you could provide any relevant context, such as GitHub issues or related discussions. -->

## Test Plan

<!-- Can you please describe how you tested the changes you made to the code? -->

## Require Documentation?

<!-- Does this PR require documentation? -->
Expand Down
5 changes: 0 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/minor-release-mr.md

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
types: [opened, synchronize]
paths-ignore:
- "**/*.md"
branches-ignore:
- "release-**"
push:
branches:
- main
Expand Down Expand Up @@ -227,8 +225,9 @@ jobs:
run: cargo test --workspace -- --nocapture

run_benchmark:
name: Run benchmark
runs-on: ubuntu-latest
if: github.ref_name == 'main'
if: github.ref_name == 'main' && github.repository_owner == 'web-infra-dev'
steps:
- name: Run Benchmark
uses: convictional/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
### write the latest metric into branch gh-pages
### Note that, We can't merge this script, because this script only runs on main branch
- name: Update main branch test compatibility metric
if: ${{ inputs.target == 'x86_64-unknown-linux-gnu' && github.ref_name == 'main' && matrix.node == '18' }}
if: ${{ github.repository_owner == 'web-infra-dev' && inputs.target == 'x86_64-unknown-linux-gnu' && github.ref_name == 'main' && matrix.node == '18' }}
run: node ./webpack-test/scripts/generate.js ${{ secrets.GITHUB_TOKEN }} ${{ github.sha }}

# ### update metric diff against main branch when pull request change
Expand Down
Loading

0 comments on commit 58c5c2b

Please sign in to comment.