From 33bb2def1a15930caad01d97b6003e76a9390aae Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:00:47 +1200 Subject: [PATCH] MNT Run module-standardiser (#2972) --- .github/workflows/add-prs-to-project.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-prs-to-project.yml b/.github/workflows/add-prs-to-project.yml index 1ac4035c..2d3f41ad 100644 --- a/.github/workflows/add-prs-to-project.yml +++ b/.github/workflows/add-prs-to-project.yml @@ -1,7 +1,7 @@ -name: Add new pull requests to a github project +name: Add new PRs to github project on: - pull_request: + pull_request_target: types: - opened - ready_for_review @@ -10,6 +10,7 @@ permissions: {} jobs: addprtoproject: + name: Add PR to GitHub Project # Only run on the silverstripe account if: github.repository_owner == 'silverstripe' runs-on: ubuntu-latest