Merge branch '5.2' into 5

This commit is contained in:
Guy Sartorelli 2024-06-20 12:56:25 +12:00
commit 137bf49751
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A

View File

@ -1,7 +1,7 @@
name: Add new pull requests to a github project name: Add new PRs to github project
on: on:
pull_request: pull_request_target:
types: types:
- opened - opened
- ready_for_review - ready_for_review
@ -10,6 +10,7 @@ permissions: {}
jobs: jobs:
addprtoproject: addprtoproject:
name: Add PR to GitHub Project
# Only run on the silverstripe account # Only run on the silverstripe account
if: github.repository_owner == 'silverstripe' if: github.repository_owner == 'silverstripe'
runs-on: ubuntu-latest runs-on: ubuntu-latest