Skip to content

Commit 35b5f78

Browse files
chore: sync workflow validation fixes from agents review (#352)
* Update wiki submodule pointer for PR #345 * chore: align workflow sync metadata and gh-aw MCP config * chore: drop leftover local-action mcp test file * Update wiki submodule pointer for PR #352 * chore: remove test gitattributes entry * chore: update changelog for workflow sync follow-up --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1b7cd25 commit 35b5f78

6 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/wiki

Submodule wiki updated from c4515bf to 149edfc

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
permissions:
1616
contents: read
17-
issues: read
17+
issues: write
1818
pull-requests: write
1919

2020
jobs:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Sync workflow metadata and managed-asset references requested during agents workflow validation review, including predictable action dispatch condition and label-sync permission updates, plus managed submodule/wiki pointer alignment (#347).
13+
1014
## [1.25.5] - 2026-05-13
1115

1216
### Fixed

docs/_static/mascot-banner.png

-39.1 KB
Loading

resources/github-actions/auto-resolve-conflicts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: "Fast Forward Predictable Conflict Resolution"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- main
67
pull_request:
78
types:
89
- opened

resources/github-actions/changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ permissions:
3636

3737
jobs:
3838
changelog:
39+
if: ${{ github.event_name != 'pull_request_target' || github.event.pull_request.merged == true }}
3940
uses: php-fast-forward/dev-tools/.github/workflows/changelog.yml@main
4041
with:
4142
changelog-file: ${{ inputs.changelog-file || 'CHANGELOG.md' }}

0 commit comments

Comments
 (0)