mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add checkout
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0a792443af
commit
7aaa3e54dc
5
.github/workflows/require-milestone.yml
vendored
5
.github/workflows/require-milestone.yml
vendored
@ -8,5 +8,8 @@ jobs:
|
|||||||
require_milestone:
|
require_milestone:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
# Drafts your next Release notes as Pull Requests are merged into "master"
|
# Drafts your next Release notes as Pull Requests are merged into "master"
|
||||||
- uses: ./.github/actions/require-milestone
|
- name: Require milestone
|
||||||
|
uses: ./.github/actions/require-milestone
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user