Skip to content

release

release #10

Workflow file for this run

name: Github Rebot for Sealos
on:
issue_comment:
types:
- created
env:
GH_TOKEN: "${{ secrets.GH_PAT }}"
jobs:
comment:
if: startswith(github.event.comment.body, '/release')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v3
- name: Rebot for Sealos
uses: labring/[email protected]
with:
version: v2.0.0
env:
SEALOS_TYPE: "/comment"
GH_TOKEN: "${{ secrets.GH_PAT }}"