Skip to content

Update actions/checkout action to v4.2.2 #52

Update actions/checkout action to v4.2.2

Update actions/checkout action to v4.2.2 #52

Workflow file for this run

name: "Maintenance"
on:
push:
pull_request_target:
types: [synchronize]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "PR: needs rebase"
removeOnDirtyLabel: "PR: ready to merge"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly."