Skip to content

Commit 8764147

Browse files
Merge pull request #16 from parkcheolhong/copilot/add-feature-review-process
Fix YAML syntax error in codeql.yml and clean up README
2 parents 1c58a41 + 74d9474 commit 8764147

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,9 @@ jobs:
9898
path: ~/.cache
9999
# An explicit key for restoring and saving the cache
100100
key: ${{ runner.os }}-codeql-cache-${{ github.sha }}
101-
with:
102-
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
103101
# An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.
104-
restore-keys: # optional
105-
# The chunk size used to split up large files during upload, in bytes
106-
upload-chunk-size: # optional
107-
# An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms
108-
enableCrossOsArchive: # optional, default is false
109-
# Fail the workflow if cache entry is not found
110-
fail-on-cache-miss: # optional, default is false
111-
# Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache
112-
lookup-only: # optional, default is false
113-
# Run the post step to save the cache even if another step before fails
114-
save-always: # optional, default is false
102+
restore-keys: |
103+
${{ runner.os }}-codeql-cache-
115104
116105
- name: Perform CodeQL Analysis
117106
uses: github/codeql-action/analyze@v3

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
This repository contains the RepoPilot MVP implementation - a comment-driven policy management system for GitHub repositories.
44

5-
Write your name on line 6, save it, and then head back to GitHub Desktop.
6-
75
## 📚 문서 (Documentation)
86

97
### 병합 관련 (Merge Documentation)

0 commit comments

Comments
 (0)