-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues0.sh
75 lines (74 loc) · 2.37 KB
/
issues0.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
chapters="
./abramhindle/energymining.md
./ajko/deployment-chapter.md
./alexorso/are-we-helping-developers.md
./alexorso/something-wrong-with-the-universe.md
./andreas-zeller/appmining.md
./andymeneely/actionable.md
./andymeneely/security_gotchas.md
./anikora/chapter.md
./baishakhir/language-chapter.md
./bener/ayse1.md
./bmurphy/chapter.md
./cabird/bias-chapter.md
./cabird/interviews.md
./dspinellis/tools.md
./dyba-bergersen-sjoberg/EMSE.md
./dyba-bergersen-sjoberg/WhyYouShouldUseTheory.md
./ermurph/survey-chapter.md
./etbarr/naturalness.md
./fayola21/goldilocks.md
./menzies/CorrelationVsCausation.md
./menzies/dagstuhlManifesto.md
./menzies/inductiveManifesto.md
./gmurphy/logitall.md
./gousiosg/open-from-the-beginning.md
./GunetherRuhe/RuheNayebi.md
./hongyu/DemocratizingData.md
./hongyu/SuccessStory.md
./jacekczerwonka/code_reviews.md
./jeffhuang/GameOfData.md
./just_herzig/bug_report_gotchas.md
./kim_herzig/test_data.md
./mastorey/bigdataneedsthickdata.md
./mdipenta/mdipenta-quant-qual.md
./meinagappan/Diversity_in_SE_Research.md
./meinagappan/miningmobileappstores.md
./bramadams/releng.md
./brusso/NeedsDataAnalysisPattern.md
./budgen/eb-decision.md
./mikegodfrey/provenanceChapter.md
./minkull/ensembles.md
./minkull/learning-styles.md
./minkull/readme.md
./miryungkim/datascientists.md
./mjshepperd/chapter.md
./zimmermann/card-sorting.md
./zimmermann/no-one-size-fits-all.md
./obaysal/personalization-chapter.md
./oivo/bringData.md
./pgbovine/PreppingData.md
./prechelt/learn-from-failure.md
./rotella/AdvancesReleaseReadiness.md
./rrobbes/smallcompanies.md
./rtholmes/summarizing-dynamic-data.md
./ruhe/WhatCountsIsDecisionsNotNumbers.md
./runeson/Plea4vis-v1.md
./sback/summarizing-unstructured-data.md
./siravegas/Challenges SE Experiments.md
./stephan_diehl/visualization.md
./tomFr/measuringProd.md
./trevorcarnahan/Reducing Time to Insight.md
./turhanb/theGraph.md
./venkatesh-prasad-ranganath/embraceDynamicArtifacts.md
./venkatesh-prasad-ranganath/simpleExplanationsAreBetter.md
./wagnerst/text-mining.md
./weyuker-ostrand/prediction.md
./whitehead/whitehead-from-data-to-theory.md
./zhang-xie/SoftwareAnalyticsInPractice.md
./muench/Chapter_Muench.md
./natalia-juristo/Reproducible results.md
"
for ch in $chapters; do
gh is --new --title "$ch" --message "After review, relabel to 'reviewTwo'. After second review, relabel to 'EditorsComment'." --user ds4se --repo chapters --label reviewOne
done