added ff release note for light-dark images (#43708) #53758
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: | |
| branches: | |
| - main | |
| 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 }} |