From f28bb09724fe6b3e3d6484a5fe9943d7b19904b7 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Thu, 30 Sep 2021 16:54:52 +0200 Subject: [PATCH] Remove action --- .github/workflows/master_branch_pr.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/master_branch_pr.yml diff --git a/.github/workflows/master_branch_pr.yml b/.github/workflows/master_branch_pr.yml deleted file mode 100644 index a184aa71b..000000000 --- a/.github/workflows/master_branch_pr.yml +++ /dev/null @@ -1,18 +0,0 @@ -on: - pull_request: - pull_request_target: - branches: [master] - -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: wow-actions/auto-comment@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - pullRequestOpened: | - 👋 @{{ author }} - It looks like this pull request has been made against the ${{github.event.pull_request.head.repo.full_name}} `master` branch. - Since we use Git Flow all commits to master are through are from the develop branch. - You do not need to close this PR, you can change the target branch to `development` by clicking the _"Edit"_ button at the top of this page. \ No newline at end of file