Update 418 status code docs with RFC 9110 reference (#40647) #8024
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 || github.ref_name }} | |
| 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 }} |