We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14fb8e commit f704656Copy full SHA for f704656
1 file changed
.github/scripts/tag-jira.py
@@ -1,4 +1,9 @@
1
-import os, re, json, urllib.request, urllib.error, base64
+import base64
2
+import json
3
+import os
4
+import re
5
+import urllib.error
6
+import urllib.request
7
8
base_url = os.environ['JIRA_BASE_URL']
9
tag = os.environ['RELEASE_TAG']
0 commit comments