diff options
Diffstat (limited to '.github/workflows/maintain-one-comment.yml')
| -rw-r--r-- | .github/workflows/maintain-one-comment.yml | 22 |
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 -->' |
