This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: seti-587 prevent labeler fail (#9)
* feature: [SETI-587] - added hard-failure input
- Loading branch information
1 parent
d3fef52
commit 9006642
Showing
10 changed files
with
160 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ REPOSITORY_NAME= | |
LABEL_ACTION= | ||
LABEL= | ||
BASE_BRANCH= | ||
|
||
HARD_FAILURE= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
name: check no deploy window | ||
steps: | ||
- name: is deploy calendar busy? | ||
uses: Typeform/siesta@v1 | ||
uses: Typeform/siesta@v1.1 | ||
id: siesta | ||
with: | ||
google-credentials: ${{ secrets.siesta_google_credentials }} | ||
|
@@ -19,6 +19,7 @@ jobs: | |
custom-calendar-busy-message: 'There is an event in the Calendar. Deploying not recommended.' | ||
custom-calendar-not-busy-message: 'No event in the Calendar. Feel free to deploy.' | ||
fail-if-busy: false | ||
hard-failure: true | ||
- name: set label action based on result | ||
uses: haya14busa/[email protected] | ||
id: condval | ||
|
@@ -35,3 +36,4 @@ jobs: | |
label: no-deploy-window | ||
label-action: ${{steps.condval.outputs.value}} | ||
base-branch: master | ||
hard-failure: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters