mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MNT Run module-standardiser (#2972)
This commit is contained in:
parent
636598a9c6
commit
33bb2def1a
5
.github/workflows/add-prs-to-project.yml
vendored
5
.github/workflows/add-prs-to-project.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user