MNT Run module-standardiser (#2972)

This commit is contained in:
Guy Sartorelli 2024-06-20 12:00:47 +12:00 committed by GitHub
parent 636598a9c6
commit 33bb2def1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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