feat(deps): add fast-forward/enum to framework #26
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: "Fast Forward Wiki Update" | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| actions: write | |
| contents: write | |
| pull-requests: read | |
| concurrency: | |
| group: fast-forward-wiki-preview-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| preview: | |
| permissions: | |
| actions: write | |
| contents: write | |
| pull-requests: read | |
| # Pull-request wiki previews live here. Publication and preview cleanup are | |
| # handled by the separate wiki-maintenance wrapper. | |
| uses: php-fast-forward/dev-tools/.github/workflows/wiki-preview.yml@main | |
| secrets: inherit |