Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ukupat committed Dec 21, 2023
1 parent 239a21a commit fc92049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
| `github-include-pr-branch-name` | `false` | Uses the branch name to find card id (e.g. `feature/38-card-title`). Comments card link to the PR if found. |
| `github-require-keyword-prefix` | `false` | Only matches Trello URLs prefixed with ["Closes" etc](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword). |
| `github-require-trello-card` | `false` | Throws an error if no Trello card can be found in the PR. |
| `trello-list-id-pr-draft` | | Trello list ID for draft pull request. Useful when you want to move the card back to "In progress" when ready PR is converted to draft. [How to find list ID](https://stackoverflow.com/a/50908600/2311110).2311110 |
| `trello-list-id-pr-draft` | | Trello list ID for draft pull request. Useful when you want to move the card back to "In progress" when ready PR is converted to draft. [How to find list ID](https://stackoverflow.com/a/50908600/2311110). |
| `trello-list-id-pr-open` | | Trello list ID for open pull request. [How to find list ID](https://stackoverflow.com/a/50908600/2311110). |
| `trello-list-id-pr-closed` | | Trello list ID for closed (merged) pull request. [How to find list ID](https://stackoverflow.com/a/50908600/2311110). |
| `trello-board-id` | | Trello board ID where to move the cards. Useful when you want the action to move the card out from the backlog. [How to find board ID](https://stackoverflow.com/a/50908600/2311110). |
Expand Down

0 comments on commit fc92049

Please sign in to comment.