mirror of https://github.com/portainer/portainer
chore(github): add label conflicts workflow (#5225)
* chore(github): add label conflicts workflow [DTD-66] * chore(github): update label on push to release branch * chore(github): rename branch * chore(github): remove test branchpull/5413/head
parent
9af291b67d
commit
75baf14b38
@ -0,0 +1,15 @@
|
||||
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: 5
|
||||
WAIT_MS: 5000
|
Loading…
Reference in new issue