Skip to content

Commit 58acfec

Browse files
Apply suggestions from code review by @kenjis
Co-authored-by: kenjis <[email protected]>
1 parent 7f6dd21 commit 58acfec

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/label-add-conflict-all-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto Add Label "stale" & Comment Conflicts for All PR
1+
name: Auto Label "stale" for All PRs
22

33
on:
44
push:
@@ -7,7 +7,8 @@ on:
77
- '4.*'
88

99
jobs:
10-
auto-label-comment-conflict:
10+
build:
11+
name: Check Conflicts
1112

1213
permissions:
1314
contents: read

.github/workflows/label-add-remove-conflict-single-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto Add/Remove "stale" label in single PR
1+
name: Auto Label "stale"
22

33
on:
44
pull_request:
@@ -7,7 +7,8 @@ on:
77
- '4.*'
88

99
jobs:
10-
check-conflict:
10+
build:
11+
name: Check Conflicts
1112
runs-on: ubuntu-22.04
1213
permissions:
1314
contents: read

0 commit comments

Comments
 (0)