mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MNT Run module-standardiser (#2966)
This commit is contained in:
parent
d4ab7f720e
commit
636598a9c6
21
.github/workflows/add-prs-to-project.yml
vendored
Normal file
21
.github/workflows/add-prs-to-project.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Add new pull requests to a github project
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- ready_for_review
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
addprtoproject:
|
||||
# Only run on the silverstripe account
|
||||
if: github.repository_owner == 'silverstripe'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Add PR to github project
|
||||
uses: silverstripe/gha-add-pr-to-project@v1
|
||||
with:
|
||||
app_id: ${{ vars.PROJECT_PERMISSIONS_APP_ID }}
|
||||
private_key: ${{ secrets.PROJECT_PERMISSIONS_APP_PRIVATE_KEY }}
|
Loading…
Reference in New Issue
Block a user