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,