fish-station/.github/workflows/labeler-conflict.yml
Vigers Ray a26852b5c5 ы
2025-04-11 18:58:23 +03:00

21 lines
692 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Check Merge Conflicts
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
Label:
if: ( github.event.pull_request.draft == false ) && ( github.actor != 'Sunrise-Bot' )
runs-on: ubuntu-latest
steps:
- name: Check for Merge Conflicts
uses: eps1lon/actions-label-merge-conflict@v3.0.0
with:
dirtyLabel: "Конфликт слияния"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "Этот PR содержит конфликты, пожалуйста, разрешите их, прежде чем мы сможем его оценить."