Skip to content

Update workflows

Update workflows #55

name: "Pull Request / Modified"
# -----------------------------------------------------------------------------
#
# Fired when a pull request's head branch is updated.
#
# -----------------------------------------------------------------------------
on:
pull_request:
types:
- opened
- synchronize
- closed
- reopened
permissions: {}
jobs:
check:
name: "Maintainer Approval"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: auth0/auth0-PHP/.github/workflows//common.pr-details.save.yml@main
with:
number: ${{ github.event.number }}
sha: ${{ github.sha }}
- run: exit 0