Bump: add sub go works to support bump kubernetes api from v0.25.6 to v0.27.4 or higher. #3228
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Github Robot for Sealos | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
comment: | |
if: startswith(github.event.comment.body, '/') | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the latest code | |
uses: actions/checkout@v3 | |
- name: Gh Robot for Sealos | |
uses: labring/[email protected] | |
with: | |
version: v2.0.0 | |
env: | |
SEALOS_TYPE: "/comment" | |
GH_TOKEN: "${{ secrets.GH_PAT }}" |