mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
5th attempt
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
6fca7fa8ff
commit
7e885b68e9
9
.github/workflows/require-milestone.yml
vendored
9
.github/workflows/require-milestone.yml
vendored
@ -8,6 +8,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Require Milestone
|
- name: Require Milestone
|
||||||
run: |
|
run: |
|
||||||
echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone' -e
|
MILESTONE=$(echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone')
|
||||||
echo $?
|
echo ${MILESTONE}
|
||||||
exit 1
|
|
||||||
|
if [ "${MILESTONE}" == "null" ]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user