diff --git a/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php b/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
index 7d9f037..325e973 100644
--- a/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
+++ b/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
@@ -529,6 +529,10 @@ class WPORG_Themes_Upload {
 			$this->trac_ticket->keywords[] = 'accessibility-ready';
 		}
 
+		if ( in_array( 'holiday', $this->theme->get( 'Tags' ) ) ) {
+			$this->trac_ticket->keywords[] = 'holiday';
+		}
+
 		// Priority
 		$this->trac_ticket->priority = 'new theme';
 		if ( ! empty( $this->theme_post->_status ) ) {
