♿️Improve keyboard accessibility for the document tree #298
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: Label Preview | |
| on: | |
| pull_request: | |
| types: [labeled, opened] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| comment: | |
| runs-on: ubuntu-latest | |
| if: contains(github.event.pull_request.labels.*.name, 'preview') | |
| steps: | |
| - uses: thollander/actions-comment-pull-request@v3 | |
| with: | |
| message: | | |
| :rocket: Preview will be available at [https://${{ github.event.pull_request.number }}-docs.ppr-docs.beta.numerique.gouv.fr/](https://${{ github.event.pull_request.number }}-docs.ppr-docs.beta.numerique.gouv.fr/) | |
| You can use the existing account with these credentials: | |
| - username: `docs` | |
| - password: `docs` | |
| You can also create a new account if you want to. | |
| Once this Pull Request is merged, the preview will be destroyed. | |
| comment-tag: preview-url |