Skip to content

Fix preview snippets #3511

Fix preview snippets

Fix preview snippets #3511

Workflow file for this run

name: "rebase required"
on:
push:
pull_request_target:
types: [synchronize]
permissions:
contents: read
jobs:
label-rebase-needed:
permissions:
pull-requests: write # for eps1lon/actions-label-merge-conflict to label PRs
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- name: Check for merge conflicts
uses: eps1lon/actions-label-merge-conflict@fd1f295ee7443d13745804bc49fe158e240f6c6e # releases/2.x
with:
dirtyLabel: "rebase needed :construction:"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: This pull request has merge conflicts that must be resolved before it can be merged.