Skip to content

Commit c5c5cca

Browse files
Update pr_merge_conflict_check.py
1 parent 3ef2b4a commit c5c5cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pr_merge_conflict_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import time
44

55
GITHUB_TOKEN = os.getenv("GITHUB_TOKEN")
6-
REPO = os.getenv("REPO")
6+
REPO = os.getenv("GITHUB_REPOSITORY")
77
HEADERS = {"Authorization": f"token {GITHUB_TOKEN}", "Accept": "application/vnd.github.v3+json"}
88
RETRY_COUNT = 3
99
RETRY_DELAY = 5 # seconds

0 commit comments

Comments
 (0)