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:
|
pull_request:
|
||||||
types: [opened, edited]
|
types: [opened, edited]
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
milestone:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Require Milestone
|
- name: Require Milestone
|
||||||
run: |
|
run: |
|
||||||
echo "${{ github.event.pull_request }}"
|
echo "${{ github.event.pull_request }}" | jq '.milestone' -e
|
||||||
|
exit $?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user