From f46fd372d2dee8d3befe9f521a7a2d36c5a850ad Mon Sep 17 00:00:00 2001 From: Magix <27646710+KingRainbow44@users.noreply.github.com> Date: Tue, 30 May 2023 03:18:51 -0400 Subject: [PATCH] Remove re-open condition from 'protect_files' --- .github/workflows/protect_files.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/protect_files.yml b/.github/workflows/protect_files.yml index a121ad092..d6f019f61 100644 --- a/.github/workflows/protect_files.yml +++ b/.github/workflows/protect_files.yml @@ -4,7 +4,6 @@ on: pull_request_target: types: - opened - - reopened branches: - development paths: @@ -20,4 +19,4 @@ jobs: steps: - uses: superbrothers/close-pull-request@v3 with: - comment: "This PR has been closed for modifying protected files. See `CONTRIBUTING.md` for more information." \ No newline at end of file + comment: "This PR has been closed for modifying protected files. See `CONTRIBUTING.md` for more information."