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

Check if operator in release PR is correct (#6369)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-07 11:36:48 -04:00 committed by GitHub
parent e242d38e56
commit 7b2c226fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ jobs:
- name: Print event
run: |
echo "merged=${{ github.event.pull_request.merged }}"
echo "merged=${{ github.event.pull_request.merged == 'true' }}"
echo "ref=${{ github.event.pull_request.base.ref }}"
echo "targets_master=${{ github.event.pull_request.base.ref == 'master' }}"
echo "targets_release_branch=${{ startsWith(github.event.pull_request.base.ref, 'release/v') }}"