From 87dce63c7ad0c498426f2cdedd3b7ceb14dc5ae7 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Fri, 25 Dec 2020 14:38:26 +0000 Subject: [PATCH] doc: revise PR template fix test failure --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/sanity.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d7052640..274c5d0b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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". --> ```release-note - +none ``` diff --git a/.github/workflows/sanity.yaml b/.github/workflows/sanity.yaml index 5e9267e5..c644724d 100644 --- a/.github/workflows/sanity.yaml +++ b/.github/workflows/sanity.yaml @@ -13,4 +13,4 @@ jobs: uses: actions/checkout@v2 - name: Run tests run: | - sudo make sanity-test \ No newline at end of file + make sanity-test