From 766f633e486513fab9d44bb0078ba83ae77390d7 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 12 Nov 2023 06:05:16 +0800 Subject: feat: Input stream detective for builtin command (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: make shiki happy * chore: wtf,撤回上面的commit * fix: 修复错误的get()传参 * feat(cmd): add `Get` and `Set` command base * chore: update line code * chore: sync code * chore: add `root` config * feat: succeed built a input stream system * 'Refactored by Sourcery' (#77) Co-authored-by: Sourcery AI <> * Delete .github/workflows/maintain-one-comment.yml --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- .github/workflows/maintain-one-comment.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/maintain-one-comment.yml (limited to '.github') diff --git a/.github/workflows/maintain-one-comment.yml b/.github/workflows/maintain-one-comment.yml deleted file mode 100644 index beed0ce..0000000 --- a/.github/workflows/maintain-one-comment.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Maintain One Comment - -on: - issues: - types: [opened, edited] - issue_comment: - types: [created, edited] - pull_request: - types: [assigned, opened, synchronize, edited] - -jobs: - comment: - runs-on: ubuntu-latest - steps: - - name: maintain-comment - uses: actions-cool/maintain-one-comment@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - body: | - Hi 😀 - emojis: '+1, laugh' - body-include: '' -- cgit v1.2.3-70-g09d2