From 292d86f9fb13cde06d7fa1fcee32a61a319943e3 Mon Sep 17 00:00:00 2001 From: Omer <27omerf@gmail.com> Date: Thu, 16 Apr 2026 11:09:00 +0200 Subject: [PATCH] change text and it's working --- .github/workflows/block-pr-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/block-pr-master.yml b/.github/workflows/block-pr-master.yml index a0d3223..881db1e 100644 --- a/.github/workflows/block-pr-master.yml +++ b/.github/workflows/block-pr-master.yml @@ -27,7 +27,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: '**Alert:** Only team members can open a Pull Request to `main`. If you wish to contribute, please target the `dev` branch.' + body: If you wish to contribute, please target the `dev` branch.' }) github.rest.pulls.update({ pull_number: context.issue.number,