Skip to content

Commit 6dbf105

Browse files
Fix for Variable defined multiple times (#397)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 5c0fb4c commit 6dbf105

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

github/backport-active/backport_script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def main():
88
github_token = os.environ['GITHUB_TOKEN']
99
pr_number = int(os.environ['PR_NUMBER'])
1010
repository = os.environ['REPOSITORY']
11-
labels_json = os.environ['PR_LABELS']
1211
backports_url = os.environ['BACKPORTS_URL']
1312
print(f"Using backports URL: {backports_url}")
1413

0 commit comments

Comments
 (0)