mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
10th
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
d075a1402c
commit
7a236a2561
2
.github/workflows/require-milestone.yml
vendored
2
.github/workflows/require-milestone.yml
vendored
@ -10,6 +10,6 @@ jobs:
|
|||||||
- name: Require Milestone
|
- name: Require Milestone
|
||||||
run: |
|
run: |
|
||||||
echo "${{ toJson(github.event.pull_request) }}"
|
echo "${{ toJson(github.event.pull_request) }}"
|
||||||
echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone' --raw-output
|
echo "${{ toJson(github.event.pull_request) }}" | jq 'if .milestone == null then 1 else 0 end'
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user