From 102dbad7d3fab7aaf07abbe6be3275cb6bb98f38 Mon Sep 17 00:00:00 2001 From: Honest Bot Date: Mon, 18 Apr 2022 03:35:06 +0000 Subject: [PATCH] fix: semantic pull request (#86) --- .github/workflows/semantic-pr.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pr.yaml b/.github/workflows/semantic-pr.yaml index cc51e5d..34da00e 100644 --- a/.github/workflows/semantic-pr.yaml +++ b/.github/workflows/semantic-pr.yaml @@ -9,9 +9,10 @@ on: jobs: main: - name: Validate PR title + name: Semantic Pull Request runs-on: ubuntu-latest steps: - uses: amannn/action-semantic-pull-request@v4 + name: Semantic Pull Request env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}