doc: revise PR template
fix test failure
This commit is contained in:
parent
fb19556749
commit
87dce63c7a
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -36,5 +36,5 @@ If yes, a release note is required:
|
|||||||
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
|
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
|
||||||
-->
|
-->
|
||||||
```release-note
|
```release-note
|
||||||
|
none
|
||||||
```
|
```
|
||||||
|
|||||||
2
.github/workflows/sanity.yaml
vendored
2
.github/workflows/sanity.yaml
vendored
@ -13,4 +13,4 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
sudo make sanity-test
|
make sanity-test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user