Skip to content

Bump junit from 1198.ve38db_d1b_c975 to 1217.v4297208a_a_b_ce #154

Bump junit from 1198.ve38db_d1b_c975 to 1217.v4297208a_a_b_ce

Bump junit from 1198.ve38db_d1b_c975 to 1217.v4297208a_a_b_ce #154

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/[email protected]
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