Skip to content

refactor(main): when generating resources, sort the data of the endpo… #33

refactor(main): when generating resources, sort the data of the endpo…

refactor(main): when generating resources, sort the data of the endpo… #33

Workflow file for this run

name: Github Robot
on:
issue_comment:
types:
- created
env:
GH_TOKEN: "${{ secrets.GH_PAT }}"
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 }}"