/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.github/workflows/help-command.yml
22 строки
767 B
Sergey Zhuk
ci: fix comment reactions
27 мар 2025, 15:40
27 мар 2025, 15:40
93e0561
Код
Авторство
О чём код?
name: "/help command" on: repository_dispatch: types: [ help-command ] jobs: help: runs-on: ubuntu-latest timeout-minutes: 1 steps: - name: Update comment if empty if: ${{ github.event.client_payload.slash_command.args.all == '' }} uses: peter-evans/create-or-update-comment@v4 with: token: ${{ secrets.GIT_PAT }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }} body: | > Command | Description > --- | --- > /frontend [\<args\> ...] | Actions with frontend. Type `/frontend help` for an additional help. reactions: hooray