Skip to content

Commit 14a29c4

Browse files
dblockclaude
andcommitted
Migrate Danger to danger-pr-comment workflow.
This PR completes the migration to the reusable danger-pr-comment workflow by adding the danger-comment.yml workflow file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 48c9d63 commit 14a29c4

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Danger Comment
2+
3+
on:
4+
workflow_run:
5+
workflows: [Danger]
6+
types: [completed]
7+
8+
jobs:
9+
comment:
10+
uses: numbata/danger-pr-comment/.github/workflows/danger-comment.yml@v0.1.0
11+
secrets: inherit

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#### 0.2.1 (Next)
44

5+
* [#6](https://github.com/slack-ruby/slack-ruby-bot-server-events-app-mentions/pull/6): Migrated Danger to danger-pr-comment workflow - [@dblock](https://github.com/dblock).
56
* Your contribution here.
67

78
#### 0.2.0 (2025/09/22)

0 commit comments

Comments
 (0)