From 023cd44a14502269cd5d851468b44f3832707cca Mon Sep 17 00:00:00 2001 From: Aurora Takemi <98479040+auroraisluna@users.noreply.github.com> Date: Sat, 4 Feb 2023 01:48:18 +0200 Subject: [PATCH] pr semantic workflow test --- .github/workflows/pr_semantic_titles.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pr_semantic_titles.yml diff --git a/.github/workflows/pr_semantic_titles.yml b/.github/workflows/pr_semantic_titles.yml new file mode 100644 index 0000000..4d5e5de --- /dev/null +++ b/.github/workflows/pr_semantic_titles.yml @@ -0,0 +1,15 @@ +name: "Lint PR Name" + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + main: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v5 \ No newline at end of file