Skip to content

Update workflows

Update workflows #57

name: "Pull Request / Modified"
# -----------------------------------------------------------------------------
#
# Fired when a pull request's head branch is updated.
#
# -----------------------------------------------------------------------------
on:
pull_request:
types:
- opened
- synchronize
- closed
- reopened
permissions: {}
jobs:
pull-request:
- uses: auth0/auth0-PHP/.github/workflows//common.pr-details.save.yml@main

Check failure on line 21 in .github/workflows/common.pull-request.modified.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/common.pull-request.modified.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
with:
number: ${{ github.event.number }}
sha: ${{ github.sha }}
check:
needs: pull-request
name: "Maintainer Approval"
runs-on: ubuntu-latest
steps:
- run: exit 0