Skip to content

Releases: peaceiris/actions-label-commenter

actions-label-commenter v1.10.0

22 Jul 03:12
f0dbbef
Compare
Choose a tag to compare

actions-label-commenter v1.9.2

18 Jun 08:41
262a37a
Compare
Choose a tag to compare

actions-label-commenter v1.9.1

10 Feb 05:21
1d6bfa9
Compare
Choose a tag to compare

actions-label-commenter v1.9.0

20 Dec 09:53
b8c0be4
Compare
Choose a tag to compare
  • Show footer links if isDebug (#356)

See CHANGELOG.md for more details.

actions-label-commenter v1.8.2

03 Dec 12:38
a690e4e
Compare
Choose a tag to compare

actions-label-commenter v1.8.1

29 Nov 13:18
293ccb9
Compare
Choose a tag to compare

actions-label-commenter v1.8.0

25 Nov 12:40
46e89bb
Compare
Choose a tag to compare

New Features

A big thanks to @Andre601 for the suggestions.

# .github/label-commenter-config.yml

comment:
  header: Hi, there.
  footer: |
    > This is an automated comment created by the [peaceiris/actions-label-commenter]. Responding to the bot or mentioning it won't have
    > [bot setting file], [GitHub Actions workflow file]

    [peaceiris/actions-label-commenter]: https://github.com/peaceiris/actions-label-commenter
    [bot setting file]: https://github.com/peaceiris/actions-label-commenter/blob/main/.github/label-commenter-config.yml
    [GitHub Actions workflow file]: https://github.com/peaceiris/actions-label-commenter/blob/main/.github/workflows/label-commenter.yml

labels:
  - name: locked (spam)
    labeled:
      issue:
        body: |
          This issue has been **LOCKED** because of spam!

          Please do not spam messages and/or issues on the issue tracker. You may get blocked from this repository for doing so.
        action: close
        locking: lock
        lock_reason: spam
      pr:
        body: |
          This pull-request has been **LOCKED** because of spam!

          Please do not spam messages and/or pull-requests on this project. You may get blocked from this repository for doing so.
        action: close
        locking: lock
        lock_reason: spam
  - name: locked (heated)
    labeled:
      issue:
        body: |
          This issue has been **LOCKED** because of heated conversation!

          We appreciate exciting conversations, as long as they won't become too aggressive and/or emotional.
        locking: lock
        lock_reason: too heated
      pr:
        body: |
          This pull-request has been **LOCKED** because of heated conversation!

          We appreciate exciting conversations, as long as they won't become too aggressive and/or emotional.
        locking: lock
        lock_reason: too heated
    unlabeled:
      issue:
        body: |
          This issue has been unlocked now.
        locking: unlock
      pr:
        body: |
          This pull-request has been unlocked now.
        locking: unlock
  - name: locked (off-topic)
    labeled:
      issue:
        body: |
          This issue has been **LOCKED** because of off-topic conversations!

          Please use our other means of communication for casual chats.
        action: close
        locking: lock
        lock_reason: off-topic
  - name: locked (resolved)
    labeled:
      issue:
        body: |
          This issue has been **LOCKED** because of it being resolved!

          The issue has been fixed and is therefore considered resolved.
          If you still encounter this or it has changed, open a new issue instead of responding to solved ones.
        action: close
        locking: lock
        lock_reason: resolved

Screen Shot 2020-11-25 at 21 34 43

See CHANGELOG.md for more details.

actions-label-commenter v1.7.0

23 Nov 03:10
02a2a42
Compare
Choose a tag to compare

feat

See CHANGELOG.md for more details.

actions-label-commenter v1.6.1

14 Sep 14:22
47cacfe
Compare
Choose a tag to compare

actions-label-commenter v1.6.0

12 Sep 16:32
b88ea73
Compare
Choose a tag to compare