From 07f2459178884e3513c3b54f8c1d6f9733e604a2 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Wed, 28 Apr 2021 21:20:32 -0400 Subject: [PATCH] github: Remove now redundant comment in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 5 ----- .github/workflows/pr-triage.yml | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bd84776eff..ccb4ef5bd0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,3 @@ - - ### Description of Changes diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 1d30117164..0812364cec 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -23,7 +23,7 @@ jobs: As this is your first pull request, [please be aware of the contributing guidelines](https://github.com/PCSX2/pcsx2/blob/master/.github/CONTRIBUTING.md). - Additionally, as per recent changes in Github Actions, your pull request will need to be approved by a maintainer before Github Actions can run against it. + Additionally, as per recent changes in Github Actions, your pull request will need to be approved by a maintainer before Github Actions can run against it. [You can find more information about this change here.](https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors/) - Please be patient until this happens, in the meantime if you'd like to confirm the builds passing before that happens, you have the option of opening a PR on your own fork, just make sure your fork's master branch is up to date! [You can find more information about this change here.](https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors/) + Please be patient until this happens. In the meantime if you'd like to confirm the builds are passing, you have the option of opening a PR on your own fork, just make sure your fork's master branch is up to date! pr-labels: "First Time Contribution" \ No newline at end of file