We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a7d13 commit cb86527Copy full SHA for cb86527
1 file changed
actions/setup/js/copilot_sdk_permissions.cjs
@@ -163,7 +163,7 @@ function extractReadablePathPatternsFromShellRule(shellRule) {
163
* @param {string[]} allowedPathPatterns
164
* @param {string | undefined} [workspaceRoot] - Optional workspace root for relative pattern matching.
165
* When provided, absolute paths under this root are also matched against relative patterns by
166
- * stripping the workspace prefix first. This allows shell rules such as `cat pkg/**\/*.go` to
+ * stripping the workspace prefix first. This allows shell rules like `cat pkg/**\/*.go` to
167
* permit `view` tool requests that arrive as absolute paths (e.g.
168
* `/home/runner/work/gh-aw/gh-aw/pkg/workflow/file.go`).
169
* @returns {boolean}
0 commit comments