Skip to content

Commit 4f2b94e

Browse files
author
Jeroen Baten
committed
Probably final version.
1 parent 720e3f8 commit 4f2b94e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FindCommitForIssue.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
sys.setdefaultencoding('utf-8')
3131

3232
destination_project_name = "Cleanup"
33-
#destination_column_name = "To do"
34-
destination_column_name = "In progress"
33+
destination_column_name = "To do"
34+
#destination_column_name = "In progress"
3535
page_size=100
3636
page_size=30 # 30 seems to be the GitHub maximum
37-
my_page=2
37+
my_page=1
3838

3939
# read config file
4040
configFile = "AddIssuesToProject.conf"

0 commit comments

Comments
 (0)