Skip to content

Use new package for zip #57

Use new package for zip

Use new package for zip #57

Workflow file for this run

name: Label Pull Requests with Conflicts
on:
push:
branches: [main]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "has conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000