1
0
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:
Sebastian Malton 2022-10-19 13:01:30 -04:00
parent 6fca7fa8ff
commit 7e885b68e9

View File

@ -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