mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge branch '5.2' into 5
This commit is contained in:
commit
137bf49751
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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user