MNT Run module-standardiser (#107)

This commit is contained in:
Guy Sartorelli 2024-06-20 12:16:01 +12:00 committed by GitHub
parent 90a3b6d12d
commit a20c0d010b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,22 @@
name: Add new PRs to github project
on:
pull_request_target:
types:
- opened
- ready_for_review
permissions: {}
jobs:
addprtoproject:
name: Add PR to GitHub Project
# 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 }}