mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
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 branch
This commit is contained in:
parent
9af291b67d
commit
75baf14b38
1 changed files with 15 additions and 0 deletions
15
.github/workflows/label-conflcts.yaml
vendored
Normal file
15
.github/workflows/label-conflcts.yaml
vendored
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue