Skip to content

Commit

Permalink
Apply suggestions from code review by @kenjis
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <[email protected]>
  • Loading branch information
totoprayogo1916 and kenjis authored Sep 21, 2023
1 parent 7f6dd21 commit 58acfec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/label-add-conflict-all-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto Add Label "stale" & Comment Conflicts for All PR
name: Auto Label "stale" for All PRs

on:
push:
Expand All @@ -7,7 +7,8 @@ on:
- '4.*'

jobs:
auto-label-comment-conflict:
build:
name: Check Conflicts

permissions:
contents: read
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/label-add-remove-conflict-single-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto Add/Remove "stale" label in single PR
name: Auto Label "stale"

on:
pull_request:
Expand All @@ -7,7 +7,8 @@ on:
- '4.*'

jobs:
check-conflict:
build:
name: Check Conflicts
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down

0 comments on commit 58acfec

Please sign in to comment.