File tree Expand file tree Collapse file tree 9 files changed +20
-5
lines changed Expand file tree Collapse file tree 9 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -117,5 +117,5 @@ body:
117117 options :
118118 - label : Read and understood the [Code of Conduct](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
119119 required : true
120- - label : Searched for existing issues and pull requests.
120+ - label : Searched for existing issues and pull requests.
121121 required : true
Original file line number Diff line number Diff line change 1818
1919contact_links :
2020 - name : 👩🏫 Frequently Asked Questions
21- url : https://github.com/stdlib-js/stdlib/blob/develop/FAQ.md
21+ url : https://github.com/stdlib-js/stdlib/blob/develop/FAQ.md
2222 about : Consult the FAQ in case we have already answered your question there.
2323 - name : 💬 Question
24- url : https://gitter.im/stdlib-js/stdlib
24+ url : https://gitter.im/stdlib-js/stdlib
2525 about : Got a (non-bug related) question we haven't already answered? Ask us on Gitter! 🤗
2626 - name : 👏 Support Us
2727 url : https://github.com/stdlib-js/stdlib/blob/develop/docs/support_the_project.md
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ name: markdown_links
2323on :
2424 schedule :
2525 # Run the workflow once a month on the 1st day of every month:
26- - cron : " 0 0 1 * *"
26+ - cron : ' 0 0 1 * *'
2727
2828 # Allow the workflow to be manually run:
2929 workflow_dispatch :
Original file line number Diff line number Diff line change 6363
6464 # Specify whether to download Git-LFS files:
6565 lfs : false
66+
67+ # Avoid storing GitHub token in local Git configuration:
68+ persist-credentials : false
6669 timeout-minutes : 10
6770
6871 # Install Node.js:
Original file line number Diff line number Diff line change 7373
7474 # Specify whether to download Git-LFS files:
7575 lfs : false
76+
77+ # Avoid storing GitHub token in local Git configuration:
78+ persist-credentials : false
7679 timeout-minutes : 10
7780
7881 # Install Node.js:
Original file line number Diff line number Diff line change 6969
7070 # Specify whether to download Git-LFS files:
7171 lfs : false
72+
73+ # Avoid storing GitHub token in local Git configuration:
74+ persist-credentials : false
7275 timeout-minutes : 10
7376
7477 # Install Node.js:
Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ jobs:
104104
105105 # Specify whether to download Git-LFS files:
106106 lfs : false
107+
108+ # Avoid storing GitHub token in local Git configuration:
109+ persist-credentials : false
107110 timeout-minutes : 10
108111
109112 # Install Node.js:
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ name: track_todos
2323on :
2424 schedule :
2525 # Run the workflow once a month on the 1st day of every month:
26- - cron : " 0 0 1 * *"
26+ - cron : ' 0 0 1 * *'
2727
2828 # Allow the workflow to be manually run:
2929 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ jobs:
147147
148148 # Specify whether to download Git-LFS files:
149149 lfs : false
150+
151+ # Do not persist GitHub token in local Git configuration since no continued authentication is needed:
152+ persist-credentials : false
150153 timeout-minutes : 10
151154
152155 # Install MSYS2:
You can’t perform that action at this time.
0 commit comments