Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: kerthcet <[email protected]>
  • Loading branch information
kerthcet committed Jun 23, 2024
1 parent 270ae7c commit ae15d40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/kube-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
echo "Removed 'lgtm' label due to new push."
fi
exit 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -130,6 +132,8 @@ jobs:
fi
done <<< "$COMMENT_BODY"
exit 0
- name: Merge PR if approved and lgtm
if: github.event_name == 'pull_request' && github.event.action == 'labeled'
run: |
Expand All @@ -140,3 +144,5 @@ jobs:
else
echo "Not ready to merge"
fi
exit 0

0 comments on commit ae15d40

Please sign in to comment.