diff options
-rwxr-xr-x | update-blocker-wiki | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update-blocker-wiki b/update-blocker-wiki index 751295a..5bd5481 100755 --- a/update-blocker-wiki +++ b/update-blocker-wiki @@ -329,6 +329,9 @@ guidance on reviewing the following bugs, refer to [[QA:SOP_nth_bug_process]]. # Sorted list of proposed bugs page_content += wikitable_bugs(bugs_by_component['proposed_nths'], bugs_by_id) + # Add a category so this page isn't lost on the wiki + page_content += '\n[[Category:QA]]' + # Create mediawiki handle if opts.verbose: print 'Connecting to mediawiki ...' wiki = MediaWiki('https://fedoraproject.org/w/api.php', cookie_file=opts.cookiefile) |