ci: Align pull_request_template with the main repo + upgrade CI (#155)

Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
tison
2024-04-28 10:30:32 +08:00
committed by GitHub
parent 2c14c6e22d
commit 95cd1ab1c0
12 changed files with 31 additions and 39 deletions
+2 -4
View File
@@ -1,4 +1,4 @@
name: "PR Title Checker"
name: "Semantic Pull Request"
on:
pull_request_target:
types:
@@ -13,8 +13,6 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: thehanimo/pr-title-checker@v1.3.4
- uses: amannn/action-semantic-pull-request@v5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/pr-title-checker-config.json"