gitcoinco/code_fund_ads

View on GitHub
.github/workflows/label_merge_conflicts.yml

Summary

Maintainability
Test Coverage
name: Check for merge conflicts

on:
  push:
    branches:
      - master

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
      - uses: mschilde/auto-label-merge-conflicts@v2.0
        with:
          CONFLICT_LABEL_NAME: 'has conflicts'
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}