Skip to content

❎ Add --no-cache to reduce Docker container size #798

❎ Add --no-cache to reduce Docker container size

❎ Add --no-cache to reduce Docker container size #798

# Detect and label pull requests that have merge conflicts
name: πŸ—οΈ Check Merge Conflicts
on:
push:
branches:
- master
jobs:
check-conflicts:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "🚫 Merge Conflicts"
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000