Skip to content

Commit 615b71a

Browse files
committed
Auto-generated commit
1 parent 43d642f commit 615b71a

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2022-08-01T01:34:22.537Z

.github/workflows/productionize.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,11 +685,12 @@ jobs:
685685
- name: 'Checkout repository'
686686
uses: actions/checkout@v3
687687
with:
688-
fetch-depth: 3
688+
fetch-depth: 2
689689

690690
# Check if workflow run was triggered by a patch, minor, or major version bump:
691691
- name: 'Check if workflow run was triggered by a patch, minor, or major version bump'
692692
id: check-if-bump
693+
continue-on-error: true
693694
run: |
694695
VERSION_CHANGE_PKG_JSON=$(git diff HEAD~1 HEAD package.json | grep '"version":')
695696
if [ -z "$VERSION_CHANGE_PKG_JSON" ]; then

.github/workflows/test_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Upload coverage report to Codecov:
7878
- name: 'Upload coverage to Codecov'
7979
id: upload
80-
uses: codecov/codecov-action@v2
80+
uses: codecov/codecov-action@v3
8181
with:
8282
directory: reports/coverage
8383
flags: unittests

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ Ricky Reusser <rsreusser@gmail.com>
2424
Ryan Seal <splrk@users.noreply.github.com>
2525
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
2626
Shraddheya Shendre <shendreshraddheya@gmail.com>
27+
Stephannie Jimenez Gacha <steff456@users.noreply.github.com>
2728
dorrin-sot <59933477+dorrin-sot@users.noreply.github.com>
2829
rei2hu <rei2hu@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
208208
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-unshift.svg
209209
[npm-url]: https://npmjs.org/package/@stdlib/utils-unshift
210210

211-
[test-image]: https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml/badge.svg?branch=v0.0.8
212-
[test-url]: https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml?query=branch:v0.0.8
211+
[test-image]: https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml/badge.svg?branch=main
212+
[test-url]: https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml?query=branch:main
213213

214214
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-unshift/main.svg
215215
[coverage-url]: https://codecov.io/github/stdlib-js/utils-unshift?branch=main

0 commit comments

Comments
 (0)