Commit a76b868 1 parent ac8ef31 commit a76b868 Copy full SHA for a76b868
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COMMIT=`git log -n 1 | grep '^commit' | sed 's/commit //'`
21
21
TOKEN =cat .github.token | tr -d '\n'
22
22
URL =` git config --get remote.origin.url `
23
23
skip_re ="[xfi]it\\(|[fdx]describe\\("
24
- UPDATE_CONTRIBUTORS =0
24
+ UPDATE_CONTRIBUTORS =1
25
25
26
26
.PHONY : coverage test coveralls lint.src eslint skipped_tests jsonlint publish lint tscheck publish-guthub emoji
27
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COMMIT=`git log -n 1 | grep '^commit' | sed 's/commit //'`
21
21
TOKEN =cat .github.token | tr -d '\n'
22
22
URL =` git config --get remote.origin.url `
23
23
skip_re ="[xfi]it\\(|[fdx]describe\\("
24
- UPDATE_CONTRIBUTORS =0
24
+ UPDATE_CONTRIBUTORS =1
25
25
26
26
.PHONY : coverage test coveralls lint.src eslint skipped_tests jsonlint publish lint tscheck publish-guthub emoji
27
27
You can’t perform that action at this time.
0 commit comments