Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Open
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
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: 'Confirm Trello link included on Pull Request'
description: 'Confirm Trello link included on Pull Request'
inputs:
link-regex:
link-regex:
description: 'URL to use reg ex search for'
default: '(https:\/\/trello.com[^\)]*)'
repo-token:
description: 'GITHUB_TOKEN secret'
outputs:
msg:
description: 'output of action'
Expand Down