From a2ee6125c6baa24d01230d6ca638da18cb9dcece Mon Sep 17 00:00:00 2001 From: "Mark J. Cox" Date: Wed, 5 Feb 2020 11:22:24 +0000 Subject: [PATCH] Neews python 3.7+ (or do a different date parser) --- github-approve-label-workflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/github-approve-label-workflow.py b/github-approve-label-workflow.py index aab0e0e..99713f7 100644 --- a/github-approve-label-workflow.py +++ b/github-approve-label-workflow.py @@ -1,4 +1,5 @@ #! /usr/bin/env python +# requires python 3.7+ # # Do we have any open PR's that have label "Approval: done" # that are over 24 hours without any other comments? -- 2.34.1