From 6f18a85106b7e8a8a6436c6e03181f7ab49a0d86 Mon Sep 17 00:00:00 2001 From: Eugene Ostroukhov Date: Mon, 3 Apr 2023 09:50:35 -0700 Subject: [PATCH] [presubmit] Add manual trigger for PR CheckTitle (#32766) --- .github/workflows/pr-check-title.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-check-title.yaml b/.github/workflows/pr-check-title.yaml index f52c7643b8b..ae5c085e50d 100644 --- a/.github/workflows/pr-check-title.yaml +++ b/.github/workflows/pr-check-title.yaml @@ -2,6 +2,7 @@ name: PR CheckTitle on: pull_request_target: types: [opened, reopened, synchronized, edited, labeled, unlabeled] + workflow_dispatch: permissions: contents: read