diff --git a/.github/workflows/label-add-conflict-all-pr.yml b/.github/workflows/label-add-conflict-all-pr.yml index 36d21ff5be72..5147d678f86c 100644 --- a/.github/workflows/label-add-conflict-all-pr.yml +++ b/.github/workflows/label-add-conflict-all-pr.yml @@ -1,4 +1,4 @@ -name: Auto Add Label "stale" & Comment Conflicts for All PR +name: Auto Label "stale" for All PRs on: push: @@ -7,7 +7,8 @@ on: - '4.*' jobs: - auto-label-comment-conflict: + build: + name: Check Conflicts permissions: contents: read diff --git a/.github/workflows/label-add-remove-conflict-single-pr.yml b/.github/workflows/label-add-remove-conflict-single-pr.yml index 5d2631bb30e6..8565c8975cca 100644 --- a/.github/workflows/label-add-remove-conflict-single-pr.yml +++ b/.github/workflows/label-add-remove-conflict-single-pr.yml @@ -1,4 +1,4 @@ -name: Auto Add/Remove "stale" label in single PR +name: Auto Label "stale" on: pull_request: @@ -7,7 +7,8 @@ on: - '4.*' jobs: - check-conflict: + build: + name: Check Conflicts runs-on: ubuntu-22.04 permissions: contents: read