Skip to content

Commit

Permalink
[ci] Remove blurb about changelog bot since it is still disabled (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman authored Sep 24, 2024
1 parent f5df6e6 commit ba7eb7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/changelog-bot.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ jobs:
refresh-message-position: true
message: ${{ contains(github.event.pull_request.labels.*.name, 'no changelog') && '⏩ The changelog entry check has been skipped since the "no changelog" label is present.' || '✅ Thank you for adding the changelog entry!' }}
message-failure: |
❌ It looks like a changelog entry is missing for this PR. You have two options: you can add it manually, or you can use the changelog bot to do it for you.
🤖 To use the bot, simply comment on this PR with the command `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]`.
❌ It looks like a changelog entry is missing for this PR. Add it manually to CHANGELOG.md.
⏩ If this PR doesn't require a changelog entry, such as if it's an internal change that doesn't affect the user experience, you can add the "no changelog" label to the PR.

0 comments on commit ba7eb7e

Please sign in to comment.