project-auto-wizard 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/payload/scripts/__pycache__/changelog_manager.cpython-314.pyc +0 -0
- package/payload/scripts/__pycache__/issue_helper.cpython-314.pyc +0 -0
- package/payload/scripts/__pycache__/version_manager.cpython-314.pyc +0 -0
- package/payload/workflows/common/PROJECT-COMMON-ISSUE-HELPER.yaml +5 -3
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ npx project-auto-wizard
|
|
|
17
17
|
[](package.json)
|
|
18
18
|
|
|
19
19
|
<!-- AUTO-VERSION-SECTION: DO NOT EDIT MANUALLY -->
|
|
20
|
-
## 최신 버전 : v0.8.
|
|
20
|
+
## 최신 버전 : v0.8.2 (2026-08-26)
|
|
21
21
|
|
|
22
22
|
[전체 버전 기록 보기](CHANGELOG.md)
|
|
23
23
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -20,11 +20,13 @@ on:
|
|
|
20
20
|
issues:
|
|
21
21
|
types: [opened, edited]
|
|
22
22
|
|
|
23
|
-
# ISSUE_HELPER_CREATE_BRANCH
|
|
24
|
-
# git/refs API
|
|
23
|
+
# contents는 항상 write로 고정한다. ISSUE_HELPER_CREATE_BRANCH="true"일 때
|
|
24
|
+
# git/refs API로 브랜치를 생성하려면 write가 필요한데, 이 값은 @wizard ask로
|
|
25
|
+
# 설치 후에도 사용자가 직접 켤 수 있어(마법사 재실행 없이) 그 시점에 맞춰
|
|
26
|
+
# permissions를 조건부로 올릴 방법이 없다 — project-auto-wizard#118.
|
|
25
27
|
permissions:
|
|
26
28
|
issues: write
|
|
27
|
-
contents:
|
|
29
|
+
contents: write
|
|
28
30
|
|
|
29
31
|
jobs:
|
|
30
32
|
issue-helper:
|