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:
parent
4c51c068ed
commit
148425a681
5
.github/workflows/require-milestone.yml
vendored
5
.github/workflows/require-milestone.yml
vendored
@ -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 $?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user