From 5969ab8e52d90a7db942b6f4b59708ece003d172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nedim=20Arabac=C4=B1?= Date: Thu, 21 Dec 2023 13:46:38 +0300 Subject: [PATCH] Update pull-request.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nedim Arabacı --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d0b35af..f58446d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,7 +1,7 @@ on: push: branches: - - feature/* + - tool/* permissions: pull-requests: write