From 01b78bb3f1f3f9e4482166411129e5bf55c9a408 Mon Sep 17 00:00:00 2001 From: Diogo Matos Date: Wed, 15 Nov 2023 15:32:03 +0000 Subject: [PATCH] fix: don't require trello card --- .github/workflows/trello.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trello.yml b/.github/workflows/trello.yml index 1dc198ff..cc4842dd 100644 --- a/.github/workflows/trello.yml +++ b/.github/workflows/trello.yml @@ -25,7 +25,7 @@ jobs: # Throw an error if no Trello cards can be found in the PR description. # Default: false - github-require-trello-card: true + github-require-trello-card: false # Newline-separated list of mapping between Github username and Trello username. # Use it for people who have different usernames in Github and Trello.