File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ name : Check No Deploy Window
12on :
3+ # Runs every Mon-Friday at 4:00 and 10:00 UTC
24 schedule :
3- - cron : ' 2/60 * * * * '
5+ - cron : ' 0 4,10 * * 1-5 '
46 pull_request :
57 branches :
68 - master
1012 name : check no deploy window
1113 steps :
1214 - name : is deploy calendar busy?
13- uses : Typeform/siesta@v1
15+ uses : Typeform/siesta@v1.3
1416 id : siesta
1517 with :
1618 google-credentials : ${{ secrets.siesta_google_credentials }}
1921 custom-calendar-busy-message : ' There is an event in the Calendar. Deploying not recommended.'
2022 custom-calendar-not-busy-message : ' No event in the Calendar. Feel free to deploy.'
2123 fail-if-busy : false
24+ minutes-interval : 360
2225 - name : set label action based on result
2326 uses : haya14busa/action-cond@v1.0.0
2427 id : condval
2730 if_true : add
2831 if_false : remove
2932 - name : add or remove label
30- uses : Typeform/labeler@v1
33+ uses : Typeform/labeler@v1.2
3134 id : labeler
3235 with :
3336 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments