chore(fx): pages missing text before first h2 (#39712) #42135
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: "PR conflicts" | |
| on: | |
| push: | |
| pull_request_target: | |
| types: [synchronize] | |
| permissions: | |
| # Label pull requests. | |
| pull-requests: write | |
| concurrency: | |
| group: pr-rebase-needed-${{ github.event.pull_request.number }} | |
| cancel-in-progress: true | |
| jobs: | |
| labeler: | |
| uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main | |
| with: | |
| target-repo: "mdn/content" | |
| secrets: | |
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |