Skip to content

Commit

Permalink
added beta flag to milestone creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kuettai committed Nov 8, 2024
1 parent 60764f0 commit 4cc8cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frameworks/WAFS/WAFS.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@ def getDescription(self, titleNum, paired):
return f"{titleStr} - {sectStr}"

def _hookPostBuildContentDetail(self):
if self.isBeta == False:
return
self.WATools.createMilestoneIfNotExists()

0 comments on commit 4cc8cf1

Please sign in to comment.