From 06f123feb58ac5a96ea348f1f2f4796d4fc2052f Mon Sep 17 00:00:00 2001 From: Navin Moorthy Date: Wed, 3 May 2023 18:49:57 +0530 Subject: [PATCH] =?UTF-8?q?chore(git-config):=20=F0=9F=A7=B9=20correct=20s?= =?UTF-8?q?pelling=20mistake=20in=20git=20configuration=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/git-config/action.yml | 2 +- .github/workflows/semantic-pr.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/git-config/action.yml b/.github/actions/git-config/action.yml index 55ad4d8..3428696 100644 --- a/.github/actions/git-config/action.yml +++ b/.github/actions/git-config/action.yml @@ -1,6 +1,6 @@ name: Git Config -description: Configrue the git user +description: Configure the git user runs: using: composite diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index b7d9540..3e4f638 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -7,6 +7,9 @@ on: - edited - synchronize +permissions: + pull-requests: read + jobs: main: name: Validate PR title