Jiseoup
/
showmycode
Public
EN
|
KO
코드
커밋
풀 리퀘스트
← 목록으로
Merged
chore: bump actions/github-script from 7 to 9
#38
dependabot[bot] · 2026년 6월 22일
dependabot/github_actions/actions/github-script-9 → main
chore
dependencies
개요
커밋
변경된 파일
+1
-1
· 1개
모두 접기
▾
Modified
.github/workflows/pr-labeler.yml
+1
-1
@@ -12,7 +12,7 @@ jobs:
steps:
- name: Apply label based on PR title prefix
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
with:
script: |
const title = context.payload.pull_request.title;