We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4de043 commit 9823c04Copy full SHA for 9823c04
.github/workflows/command-block.yml
@@ -4,9 +4,17 @@ on:
4
paths:
5
- 'commands/docs/**'
6
7
+# Fix Resource not accessible by integration (updatePullRequest)
8
+permissions:
9
+ issues: write
10
+ contents: read
11
+ pull-requests: write
12
+
13
jobs:
14
comment:
15
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' }}
18
steps:
19
- uses: actions/github-script@v7.0.1
20
with:
commands/docs/registry_query.md
@@ -2,7 +2,7 @@
2
title: registry query
3
categories: |
system
-version: 0.100.0
+version: 0.101.0
system: |
Query the Windows registry.
usage: |
0 commit comments