mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 08:35:21 +00:00
This action will go over pull requests after something was pushed to the tree and marks pull requests with conflicts. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
265 B
YAML
13 lines
265 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: mschilde/auto-label-merge-conflicts@master
|
|
with:
|
|
CONFLICT_LABEL_NAME: "has conflicts"
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|