Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/roadmap-auto-commenter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# When modifying this file, make sure to pass on the update to all repositories. A tool like https://github.com/gruntwork-io/git-xargs may be useful for this.

name: Roadmap Auto Commenter
on:
issues:
types:
- opened
pull_request:
types:
- opened

Comment thread
Exairnous marked this conversation as resolved.
jobs:
call_reusable_roadmap_auto_commenter:
uses: Hubs-Foundation/.github/.github/workflows/reusable-roadmap-auto-commenter.yml@main