소스 검색

ci: PY38 compatible roulette

version-14
Gavin D'souza 2 년 전
부모
커밋
6862c10403
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .github/helper/roulette.py

+ 2
- 2
.github/helper/roulette.py 파일 보기

@@ -5,10 +5,10 @@ import shlex
import subprocess
import sys
import urllib.request
from functools import cache
from functools import lru_cache


@cache
@lru_cache(maxsize=None)
def fetch_pr_data(pr_number, repo, endpoint):
api_url = f"https://api.github.com/repos/{repo}/pulls/{pr_number}"



불러오는 중...
취소
저장