mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 07:45:22 +02:00
15 lines
338 B
YAML
15 lines
338 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
- 'release/**'
|
|
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: 10
|
|
WAIT_MS: 60000
|