Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bc2f83f11c3b10fc75135c64c8cda55213354430
/
.
/
.github
/
workflows
/
conflict.yml
blob: 612a40b37064778cb4bf415aff62cb261f9a935c [
file
] [
log
] [
blame
]
name:
Conflict Finder
on:
push:
branches
-
ignore:
-
'**'
jobs:
conflict:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
mschilde/auto
-
label
-
merge
-
conflicts@v2
with:
CONFLICT_LABEL_NAME:
"has conflicts"
GITHUB_TOKEN:
${{ secrets.GITHUB_TOKEN }}