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