mirror of
https://github.com/docker/compose.git
synced 2025-07-21 20:54:32 +02:00
rebase workflow
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
7d4a768848
commit
11c36bd9a0
2
.github/workflows/rebase.yml
vendored
2
.github/workflows/rebase.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
rebase:
|
rebase:
|
||||||
name: Rebase
|
name: Rebase
|
||||||
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && github.event.comment.author_association == 'MEMBER'
|
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the latest code
|
- name: Checkout the latest code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user