aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/maintain-one-comment.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-08-12 00:24:01 +0800
committerGitHub <noreply@github.com>2023-08-12 00:24:01 +0800
commit364eaa43b77b04e029358da1c9539337b9725786 (patch)
tree9f8231acfb98c2e5bea9061d66f928b7022478a0 /.github/workflows/maintain-one-comment.yml
parent8970181a0d15461e811e1a4aacf6aefe118333b8 (diff)
downloadinfini-364eaa43b77b04e029358da1c9539337b9725786.tar.gz
infini-364eaa43b77b04e029358da1c9539337b9725786.zip
Create maintain-one-comment.yml
Diffstat (limited to '.github/workflows/maintain-one-comment.yml')
-rw-r--r--.github/workflows/maintain-one-comment.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/maintain-one-comment.yml b/.github/workflows/maintain-one-comment.yml
new file mode 100644
index 00000000..beed0cee
--- /dev/null
+++ b/.github/workflows/maintain-one-comment.yml
@@ -0,0 +1,22 @@
+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 -->'