From 1e65adad79b4fa5dfac394df2f0e7cafb6de00b4 Mon Sep 17 00:00:00 2001 From: Wentao Wu Date: Mon, 13 May 2024 12:29:36 +0800 Subject: [PATCH] rename and upadte linter --- .github/pull_request_template.md | 16 ++++++++++++++++ .github/workflows/{lint.yml => linter.yml} | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 .github/pull_request_template.md rename .github/workflows/{lint.yml => linter.yml} (91%) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..4727beff --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +## PR Brief Description: + + +## Changes Detail or Reason: + + +## Releted issue: + +fix #X + + diff --git a/.github/workflows/lint.yml b/.github/workflows/linter.yml similarity index 91% rename from .github/workflows/lint.yml rename to .github/workflows/linter.yml index ee9ec1f3..900d7248 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/linter.yml @@ -1,4 +1,4 @@ -name: Lint +name: Linter on: push: @@ -33,4 +33,4 @@ jobs: uses: super-linter/super-linter@v6.4.1 # x-release-please-version env: # To report GitHub Actions status checks - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7eef1f9d..6d706a14 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,4 +90,4 @@ jobs: with: files: artifacts/midea_ac_lan.zip env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}