Ensure that the PHPUnit XDS referred in etc/qa/phpunit.xml points to vendor/phpunit/phpunit/phpunit.xsd so we don't go over the network #311
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release Management | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - labeled | |
| - unlabeled | |
| - synchronize | |
| - reopened | |
| - milestoned | |
| - demilestoned | |
| - ready_for_review | |
| milestone: | |
| types: | |
| - closed | |
| permissions: | |
| contents: write | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| release-managment: | |
| name: Release Management | |
| uses: WyriHaximus/github-workflows/.github/workflows/package-release-managment.yaml@main | |
| with: | |
| milestone: ${{ github.event.milestone.title }} | |
| description: ${{ github.event.milestone.title }} |