aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/maintain-one-comment.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-12 06:05:16 +0800
committerGitHub <noreply@github.com>2023-11-12 06:05:16 +0800
commit766f633e486513fab9d44bb0078ba83ae77390d7 (patch)
treede1146e25c1aa5b01fcd3d8578e9a2bb0b03fa72 /.github/workflows/maintain-one-comment.yml
parent7959c6e7190cb7ee6ed355894bf40616e5e8201b (diff)
downloadHydroRoll-766f633e486513fab9d44bb0078ba83ae77390d7.tar.gz
HydroRoll-766f633e486513fab9d44bb0078ba83ae77390d7.zip
feat: Input stream detective for builtin command (#75)
* 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>
Diffstat (limited to '.github/workflows/maintain-one-comment.yml')
-rw-r--r--.github/workflows/maintain-one-comment.yml22
1 files changed, 0 insertions, 22 deletions
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: '<!-- Created by actions-cool/maintain-one-comment -->'