Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
Merge branch 'tycrek:master' into quality-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvino authored Dec 3, 2023
2 parents 3b135fd + 92a37a4 commit bb2bd5e
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 846 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Merge Conflict Labeler

on:
push:
pull_request_target:
types: [ synchronize ]

Expand All @@ -15,6 +14,6 @@ jobs:
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request_target'}}
with:
dirtyLabel: 'merge conflict'
commentOnDirty: 'This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.'
commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly."
commentOnDirty: '**[AUTOMATED MESSAGE]** 🔴 This Pull Request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.'
commentOnClean: '**[AUTOMATED MESSAGE]** 🟢 Conflicts have been resolved.'
repoToken: "${{ secrets.GH_TOKEN }}"
Loading

0 comments on commit bb2bd5e

Please sign in to comment.