Adding "fit" property inside Props Option Reference #50
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 Merge Conflicts | |
| on: | |
| push: | |
| pull_request_target: | |
| types: [opened, reopened, synchronize] | |
| permissions: | |
| pull-requests: write | |
| contents: read | |
| jobs: | |
| label-conflicts: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Label PRs with merge conflicts | |
| uses: eps1lon/actions-label-merge-conflict@v3 | |
| with: | |
| dirtyLabel: "PR has merge conflicts" | |
| repoToken: "${{ secrets.GITHUB_TOKEN }}" | |
| commentOnDirty: | | |
| ⚠️ **This PR has merge conflicts.** | |
| Please resolve the merge conflicts before review. | |
| Your PR will only be reviewed by a maintainer after all conflicts have been resolved. | |
| 📺 Watch this video to understand why conflicts occur and how to resolve them: | |
| https://www.youtube.com/watch?v=Sqsz1-o7nXk |