Skip to content

Commit 14a596a

Browse files
Copilotpelikhan
andauthored
Allow agentic-wiki-writer Step 2c PRs for .github/agentic-wiki/** protected-path writes (#326)
* Initial plan * Initial plan Agent-Logs-Url: https://github.com/githubnext/agentics/sessions/c611cae3-a5f9-49e6-823f-7aab0aec4a1b Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Fix agentic wiki writer protected-path PR config Agent-Logs-Url: https://github.com/githubnext/agentics/sessions/c611cae3-a5f9-49e6-823f-7aab0aec4a1b Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent fc4ab36 commit 14a596a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

workflows/agentic-wiki-writer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ safe-outputs:
4949
create-pull-request:
5050
title-prefix: "[agentic-wiki]"
5151
labels: [documentation, automated]
52-
protected-files: fallback-to-issue
52+
allowed-files:
53+
- ".github/agentic-wiki/**"
54+
protected-files: allowed
5355
jobs:
5456
push-wiki:
5557
description: >

0 commit comments

Comments
 (0)