Skip to content

Bump stapler.version from 1872.ve203fa_6b_b_98d to 1880.vb_6d94a_3b_0… #553

Bump stapler.version from 1872.ve203fa_6b_b_98d to 1880.vb_6d94a_3b_0…

Bump stapler.version from 1872.ve203fa_6b_b_98d to 1880.vb_6d94a_3b_0… #553

name: "Label conflicting PRs"
on:
push:
pull_request_target:
types: [synchronize]
permissions:
pull-requests: write
jobs:
main:
if: github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Label conflicting PRs
uses: eps1lon/actions-label-merge-conflict@v3.0.2
with:
dirtyLabel: "unresolved-merge-conflict"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "Please take a moment and address the merge conflicts of your pull request. Thanks!"
continueOnMissingPermissions: true