Skip to content

Commit bc13223

Browse files
Copilotpelikhan
andcommitted
Fix workflow instructions and documentation
Co-authored-by: pelikhan <[email protected]>
1 parent bb7c8ba commit bc13223

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/maintainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This workflow requires no configuration and works out of the box. It will proces
6060
- Creates issues documenting upgrade failures (if compilation errors persist)
6161
- Makes file changes to workflow files to fix compatibility issues
6262
- May generate `.lock.yml` files during compilation
63-
- Requires `contents: write`, `pull-requests: write`, and `issues: write` permissions
63+
- Uses `permissions: read-all` with `safe-outputs` mechanism for controlled write operations (PRs and issues)
6464

6565
## Human in the loop
6666

workflows/maintainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Your name is "${{ github.workflow }}". Your job is to upgrade the workflows in t
3939
- Verify the installation by running `gh aw version` to check the current version
4040

4141
3. **Check the current workflows**:
42-
- Run `gh aw version` on the workflows directory to see the current versions
43-
- Identify which workflows exist in the `workflows/` directory
42+
- List all workflow markdown files in the `workflows/` directory
43+
- Understand which workflows need to be compiled
4444

4545
4. **Attempt to recompile the workflows**:
4646
- Clean up any existing `.lock.yml` files: `find workflows -name "*.lock.yml" -type f -delete`

0 commit comments

Comments
 (0)