From cfa0e0d35631a87375fea5814feab07eb8b07e69 Mon Sep 17 00:00:00 2001
From: s3krit <pugh@s3kr.it>
Date: Fri, 26 Jun 2020 13:13:00 +0200
Subject: [PATCH] [CI] Fix warning in polkadot-companion-label action (#6514)

---
 substrate/.github/workflows/polkadot-companion-labels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substrate/.github/workflows/polkadot-companion-labels.yml b/substrate/.github/workflows/polkadot-companion-labels.yml
index 20aaa98a239..27f743e1bd4 100644
--- a/substrate/.github/workflows/polkadot-companion-labels.yml
+++ b/substrate/.github/workflows/polkadot-companion-labels.yml
@@ -17,7 +17,7 @@ jobs:
           contexts: 'continuous-integration/gitlab-check-polkadot-companion-build'
           timeout: 1800
           notPresentTimeout: 3600 # It can take quite a while before the job starts...
-          failedStates: failure
+          failureStates: failure
           interruptedStates: error # Error = job was probably cancelled. We don't want to label the PR in that case
       - name: Label success
         uses: andymckay/labeler@master
-- 
GitLab