1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Try a third thing

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-19 12:52:02 -04:00
parent 4c51c068ed
commit 148425a681

View File

@ -3,9 +3,10 @@ on:
pull_request:
types: [opened, edited]
jobs:
label:
milestone:
runs-on: ubuntu-latest
steps:
- name: Require Milestone
run: |
echo "${{ github.event.pull_request }}"
echo "${{ github.event.pull_request }}" | jq '.milestone' -e
exit $?