mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
github: add release bot
This commit is contained in:
committed by
nitnelave
parent
b54bf3c4d5
commit
f279a14693
@@ -0,0 +1,20 @@
|
|||||||
|
name: Release Bot
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
comment:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
steps:
|
||||||
|
- uses: nflaig/release-comment-on-pr@master
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.RELEASE_BOT_TOKEN }}
|
||||||
|
message: |
|
||||||
|
Thank you everyone for the contribution!
|
||||||
|
This feature is now available in the latest release, [${releaseTag}](${releaseUrl}).
|
||||||
|
You can support LLDAP by starring our repo, contributing some configuration examples and becoming a sponsor.
|
||||||
Reference in New Issue
Block a user