Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

[DaylyReport] Auto build for sealos 2023/8/12 #69

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

[DaylyReport] Auto build for sealos 2023/8/12 #69

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/gh-rebot@v0.0.6
with:
version: v0.0.6
env:
SEALOS_TYPE: "/comment"
GH_TOKEN: "${{ secrets.GH_PAT }}"