From a3f3c72241944703a18584830974d0942905ab72 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Tue, 20 Feb 2024 02:01:45 +0000 Subject: [PATCH] CI: remove comment-bot since default github.token cannot trigger workflows --- .github/workflows/comment-bot.yml | 14 -------------- CONTRIBUTING.md | 3 --- 2 files changed, 17 deletions(-) delete mode 100644 .github/workflows/comment-bot.yml diff --git a/.github/workflows/comment-bot.yml b/.github/workflows/comment-bot.yml deleted file mode 100644 index 5f283a1..0000000 --- a/.github/workflows/comment-bot.yml +++ /dev/null @@ -1,14 +0,0 @@ - -# runs on any comment matching the format `/tag ` -name: Comment Bot -on: - issue_comment: {types: [created]} - pull_request_review_comment: {types: [created]} -jobs: - tag: - runs-on: ubuntu-latest - permissions: {contents: write, pull-requests: write, issues: write} - steps: - - uses: actions/checkout@v4 - with: {fetch-depth: 0} - - uses: casperdcl/comment-bot@v1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b22bd3..1aefb4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,6 +44,3 @@ Tests and deployment are handled automatically by continuous integration. Simply tag a commit `v{major}.{minor}.{patch}` and wait for a draft release to appear at . Tidy up the draft's description before publishing it. - -Note that tagging a release is possible by commenting `/tag vM.m.p HASH` in an -issue or PR.