зеркало из https://github.com/github/curated-data.git
21 строка
466 B
YAML
21 строка
466 B
YAML
name: "Check for conflicts"
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request_target:
|
|
|
|
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: check if PRs have conflicts
|
|
uses: eps1lon/actions-label-merge-conflict@releases/2.x
|
|
with:
|
|
dirtyLabel: "merge conflict"
|
|
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
|
commentOnClean: |
|
|
@${{github.actor}}
|
|
Conflicts have been resolved. :thumbsup:
|