Skip to content

[Test] Verify cpu-32-hk Vault/buildkitd fix by building a real CI image #19

[Test] Verify cpu-32-hk Vault/buildkitd fix by building a real CI image

[Test] Verify cpu-32-hk Vault/buildkitd fix by building a real CI image #19

name: Merge Conflict Labeler
on:
push:
pull_request_target:
types: [synchronize]
jobs:
main:
runs-on: linux-amd64-cpu-2-hk
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "merge-conflicts"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
retryAfter: 5
retryMax: 1
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."