We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a6a53 commit 3970682Copy full SHA for 3970682
.github/workflows/polkadot-companion-labels.yml
@@ -17,7 +17,7 @@ jobs:
17
contexts: 'continuous-integration/gitlab-check-polkadot-companion-build'
18
timeout: 1800
19
notPresentTimeout: 3600 # It can take quite a while before the job starts...
20
- failedStates: failure
+ failureStates: failure
21
interruptedStates: error # Error = job was probably cancelled. We don't want to label the PR in that case
22
- name: Label success
23
uses: andymckay/labeler@master
0 commit comments