mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add logging for what would be a release PR merge (#6368)
Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5fefedbe8a
commit
e242d38e56
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
echo "targets_master=${{ github.event.pull_request.base.ref == 'master' }}"
|
||||
echo "targets_release_branch=${{ startsWith(github.event.pull_request.base.ref, 'release/v') }}"
|
||||
echo "is_release=${{ contains(github.event.pull_request.labels.*.name, 'release') }}"
|
||||
echo "should_continue_release=${{ true && true && (false || true) }}"
|
||||
echo "should_continue=${{ github.event.pull_request.merged == 'true' && contains(github.event.pull_request.labels.*.name, 'release') && (github.event.pull_request.base.ref == 'master' || startsWith(github.event.pull_request.base.ref, 'release/v')) }}"
|
||||
exit 1
|
||||
# - name: Checkout Release from lens
|
||||
|
||||
Loading…
Reference in New Issue
Block a user