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 5c0fb4c commit 6dbf105Copy full SHA for 6dbf105
github/backport-active/backport_script.py
@@ -8,7 +8,6 @@ def main():
8
github_token = os.environ['GITHUB_TOKEN']
9
pr_number = int(os.environ['PR_NUMBER'])
10
repository = os.environ['REPOSITORY']
11
- labels_json = os.environ['PR_LABELS']
12
backports_url = os.environ['BACKPORTS_URL']
13
print(f"Using backports URL: {backports_url}")
14
0 commit comments