File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 steps :
1010 - name : Update labels based on PR title
1111 id : labeler
12- # latest, but still Node 20
13- uses : fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0
12+ uses : fuxingloh/multi-labeler@bcd50af464202999e57f556b4aefcf05a34abf85 # v5.0.0
1413 with :
1514 github-token : ${{secrets.GITHUB_TOKEN}}
1615 config-path : .github/multi-labeler.yml
Original file line number Diff line number Diff line change 22# # START STANDARD SITE BUILD SCRIPT INCLUDE
33readonly THIS_SCRIPT=" $( readlink -f " ${BASH_SOURCE[0]} " ) "
44readonly BOOTSTRAP=" $( dirname " $THIS_SCRIPT " ) /resources/bootstrap.inc.sh"
5- readonly BOOTSTRAP_VERSION=feat/linkinator-and-central-test-script
5+ readonly BOOTSTRAP_VERSION=v1.0.14
66if ! [ -f " $BOOTSTRAP " ] || ! source " $BOOTSTRAP " ; then
77 curl -H " Cache-Control: no-cache" --fail --silent --show-error -w " curl: Finished attempt to download %{url}" " https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION /bootstrap.inc.sh" -o " $BOOTSTRAP .tmp" || exit 1
88 source " $BOOTSTRAP .tmp"
You can’t perform that action at this time.
0 commit comments