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