Skip to content

Commit 00f8df9

Browse files
committed
Update documentation-updater workflow to adjust permissions and enhance issue/comment handling
- Changed permissions for issues and pull requests from write to read. - Added safe-output configurations for creating issues and adding comments. - Updated documentation on event context usage for clarity. - Revised instructions for handling documentation updates in various workflow scenarios.
1 parent 8c3fc7a commit 00f8df9

File tree

4 files changed

+1263
-13
lines changed

4 files changed

+1263
-13
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v8": {
4+
"repo": "actions/github-script",
5+
"version": "v8",
6+
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)