зеркало из https://github.com/Azure/ARO-RP.git
try GitHub actions to mark needs-rebase
This commit is contained in:
Родитель
40056d3753
Коммит
3f23bea0d3
|
@ -0,0 +1,15 @@
|
|||
name: "Maintenance"
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
types: [synchronize]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: check if prs are dirty
|
||||
uses: eps1lon/actions-label-merge-conflict@releases/2.x
|
||||
with:
|
||||
dirtyLabel: needs-rebase
|
||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
Загрузка…
Ссылка в новой задаче