From 130d2552acbdd955b6b8e3b01b4c1d441aad7afa Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Sat, 9 Nov 2024 22:05:38 +0100 Subject: [PATCH] github: Remove release PR comment bot It only runs for PRs that are mentioned in the release notes, but I only mention issues --- .github/workflows/release-bot.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/release-bot.yml diff --git a/.github/workflows/release-bot.yml b/.github/workflows/release-bot.yml deleted file mode 100644 index 389ac5d..0000000 --- a/.github/workflows/release-bot.yml +++ /dev/null @@ -1,20 +0,0 @@ -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.