Releases: peaceiris/actions-label-commenter
Releases · peaceiris/actions-label-commenter
actions-label-commenter v1.10.0
See CHANGELOG.md for more details.
actions-label-commenter v1.9.2
See CHANGELOG.md for more details.
actions-label-commenter v1.9.1
See CHANGELOG.md for more details.
actions-label-commenter v1.9.0
- Show footer links if isDebug (#356)
See CHANGELOG.md for more details.
actions-label-commenter v1.8.2
See CHANGELOG.md for more details.
actions-label-commenter v1.8.1
See CHANGELOG.md for more details.
actions-label-commenter v1.8.0
New Features
- Add footer links to log and usage (#316) (e46339b), closes #316
- add link to readme in actions log (#313) (29ce8d9), closes #313
- improve log group (#320) (bd43808), closes #320
- lock or unlock issue or pull-request (#317) (9412d86), closes #317 #308
- Support comment header and footer (#327) (1d49a01), closes #327 #318
- use octokit/webhooks (#315) (ec45978), closes #315
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
See CHANGELOG.md for more details.
actions-label-commenter v1.7.0
feat
See CHANGELOG.md for more details.
actions-label-commenter v1.6.1
See CHANGELOG.md for more details.
actions-label-commenter v1.6.0
See CHANGELOG.md for more details.