Updated dependencies to match latest starterkit
* removed unused dependencies * updated dependencies to match starterkit * updated build pipeline
This commit is contained in:
parent
7eada9f82a
commit
46ad9834b3
7 changed files with 155 additions and 112 deletions
13
.tasks
Executable file
13
.tasks
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
# When run automated, randomize to minimize stampeding herd
|
||||
if [ -t 0 ]; then
|
||||
chance=10
|
||||
else
|
||||
chance=$(shuf -i 0-10 -n 1)
|
||||
fi
|
||||
|
||||
if [ $chance -gt 9 ]; then
|
||||
# Open issues for things that need doing on a regular basis
|
||||
bots/npm-trigger
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue