We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fd8bb commit 24831fbCopy full SHA for 24831fb
template.py
@@ -50,6 +50,7 @@ def parse_issues(self):
50
51
# if the header contains "accepted" or "declined" issues, ignore the issues - we only want unprocessed issues
52
if len(issue_header(".accepted")) != 0 or len(issue_header(".declined")) != 0 or issue_header.text().lower() == "accepted issues" or issue_header.text().lower() == "declined issues":
53
+ logger.debug("Issue already processed for template '{}'".format(self.url))
54
return
55
56
# Get the issue count
0 commit comments