File tree 9 files changed +20
-5
lines changed
9 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -117,5 +117,5 @@ body:
117
117
options :
118
118
- label : Read and understood the [Code of Conduct](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
119
119
required : true
120
- - label : Searched for existing issues and pull requests.
120
+ - label : Searched for existing issues and pull requests.
121
121
required : true
Original file line number Diff line number Diff line change 18
18
19
19
contact_links :
20
20
- 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
22
22
about : Consult the FAQ in case we have already answered your question there.
23
23
- name : 💬 Question
24
- url : https://gitter.im/stdlib-js/stdlib
24
+ url : https://gitter.im/stdlib-js/stdlib
25
25
about : Got a (non-bug related) question we haven't already answered? Ask us on Gitter! 🤗
26
26
- name : 👏 Support Us
27
27
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
23
23
on :
24
24
schedule :
25
25
# Run the workflow once a month on the 1st day of every month:
26
- - cron : " 0 0 1 * *"
26
+ - cron : ' 0 0 1 * *'
27
27
28
28
# Allow the workflow to be manually run:
29
29
workflow_dispatch :
Original file line number Diff line number Diff line change 63
63
64
64
# Specify whether to download Git-LFS files:
65
65
lfs : false
66
+
67
+ # Avoid storing GitHub token in local Git configuration:
68
+ persist-credentials : false
66
69
timeout-minutes : 10
67
70
68
71
# Install Node.js:
Original file line number Diff line number Diff line change 73
73
74
74
# Specify whether to download Git-LFS files:
75
75
lfs : false
76
+
77
+ # Avoid storing GitHub token in local Git configuration:
78
+ persist-credentials : false
76
79
timeout-minutes : 10
77
80
78
81
# Install Node.js:
Original file line number Diff line number Diff line change 69
69
70
70
# Specify whether to download Git-LFS files:
71
71
lfs : false
72
+
73
+ # Avoid storing GitHub token in local Git configuration:
74
+ persist-credentials : false
72
75
timeout-minutes : 10
73
76
74
77
# Install Node.js:
Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ jobs:
104
104
105
105
# Specify whether to download Git-LFS files:
106
106
lfs : false
107
+
108
+ # Avoid storing GitHub token in local Git configuration:
109
+ persist-credentials : false
107
110
timeout-minutes : 10
108
111
109
112
# Install Node.js:
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ name: track_todos
23
23
on :
24
24
schedule :
25
25
# Run the workflow once a month on the 1st day of every month:
26
- - cron : " 0 0 1 * *"
26
+ - cron : ' 0 0 1 * *'
27
27
28
28
# Allow the workflow to be manually run:
29
29
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ jobs:
147
147
148
148
# Specify whether to download Git-LFS files:
149
149
lfs : false
150
+
151
+ # Do not persist GitHub token in local Git configuration since no continued authentication is needed:
152
+ persist-credentials : false
150
153
timeout-minutes : 10
151
154
152
155
# Install MSYS2:
You can’t perform that action at this time.
0 commit comments