Skip to content

[DaylyReport] Auto build for sealos 2023/8/26 #5

[DaylyReport] Auto build for sealos 2023/8/26

[DaylyReport] Auto build for sealos 2023/8/26 #5

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: Gh Rebot for Sealos
uses: labring/[email protected]
with:
version: v0.0.6
env:
SEALOS_TYPE: "/comment"
GH_TOKEN: "${{ secrets.GH_PAT }}"