aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/maintain-one-comment.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 02:54:01 +0800
committer简律纯 <i@jyunko.cn>2023-10-07 02:54:01 +0800
commite66ce466e59aca6a8b25b7e82f7ba809cc9b2eaa (patch)
treed1cb018a1ebf3efff2b745b0403af5a254d73ea6 /.github/workflows/maintain-one-comment.yml
parentdfcb86d9e0f34ee6a7e5975dbe84e478ef22bbdf (diff)
downloadinfini-0.1.0.tar.gz
infini-0.1.0.zip
fix(ci): rename requirementsv0.1.0
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 beed0cee..00000000
--- 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 -->'