You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/17 14:16:53 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #19631: Improve `airflow-github` dev script

potiuk commented on a change in pull request #19631:
URL: https://github.com/apache/airflow/pull/19631#discussion_r751283680



##########
File path: dev/airflow-github
##########
@@ -46,7 +46,7 @@ except ImportError:
     sys.exit(-1)
 
 STATUS_COLOR_MAP = {
-    'Resolved': 'green',
+    'Closed': 'green',
     'Open': 'red',

Review comment:
       I think the idea is to color it in the way that's meaningful for the release manager, not to match GitHub's colors.
   
   Red -> action needed
   Green -> no action needed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org