Skip to content

Commit

Permalink
Merge branch 'main' into 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a authored Sep 11, 2023
2 parents 5c5ffa7 + bcdcc4b commit 28013af
Show file tree
Hide file tree
Showing 346 changed files with 7,243 additions and 6,972 deletions.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@
## Test Plan

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

## Require Documentation?

<!-- Does this PR require documentation? -->

- [ ] No
- [ ] Yes, the corresponding rspack-website PR is \_\_
4 changes: 2 additions & 2 deletions .github/workflows/need-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Need Documentation

on:
pull_request:
types: [closed, labeled]
types: [labeled]

jobs:
check_label:
Expand All @@ -15,7 +15,7 @@ jobs:
doc:
name: Need Documentation
runs-on: ubuntu-latest
if: ${{ (github.event.pull_request.merged == true || github.event.label.name == 'need documentation') && contains(github.event.pull_request.labels.*.name, 'need documentation') }}
if: ${{ (github.event.label.name == 'need documentation') && contains(github.event.pull_request.labels.*.name, 'need documentation') }}
steps:
- uses: actions/github-script@v6
with:
Expand Down
Loading

0 comments on commit 28013af

Please sign in to comment.