Skip to content
Merged
Changes from all commits
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
19 changes: 19 additions & 0 deletions .github/workflows/roadmap-auto-commenter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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.

# WARNING: This workflow is sometimes triggered by pull_request_target and so will always run automatically on pull requests made by anyone. Do not do any sort of processing of user input, such as checking out code.

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

jobs:
call_reusable_roadmap_auto_commenter:
permissions:
issues: write
pull-requests: write
uses: Hubs-Foundation/.github/.github/workflows/reusable-roadmap-auto-commenter.yml@main