Skip to content

Commit 9823c04

Browse files
committed
Fix command-block workflow
1 parent d4de043 commit 9823c04

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/command-block.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ on:
44
paths:
55
- 'commands/docs/**'
66

7+
# Fix Resource not accessible by integration (updatePullRequest)
8+
permissions:
9+
issues: write
10+
contents: read
11+
pull-requests: write
12+
713
jobs:
814
comment:
915
runs-on: ubuntu-latest
16+
# If the docs was updated by hustcer, skip the commenting step
17+
# if: ${{ github.event.pull_request.user.login != 'hustcer' }}
1018
steps:
1119
- uses: actions/[email protected]
1220
with:

commands/docs/registry_query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: registry query
33
categories: |
44
system
5-
version: 0.100.0
5+
version: 0.101.0
66
system: |
77
Query the Windows registry.
88
usage: |

0 commit comments

Comments
 (0)