Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/wiki
Submodule wiki updated from c4515b to 149edf
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

permissions:
contents: read
issues: read
issues: write
pull-requests: write

jobs:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- 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).

## [1.25.5] - 2026-05-13

### Fixed
Expand Down
Binary file modified docs/_static/mascot-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion resources/github-actions/auto-resolve-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: "Fast Forward Predictable Conflict Resolution"

on:
push:
branches: [ "main" ]
branches:
- main
pull_request:
types:
- opened
Expand Down
1 change: 1 addition & 0 deletions resources/github-actions/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ permissions:

jobs:
changelog:
if: ${{ github.event_name != 'pull_request_target' || github.event.pull_request.merged == true }}
uses: php-fast-forward/dev-tools/.github/workflows/changelog.yml@main
with:
changelog-file: ${{ inputs.changelog-file || 'CHANGELOG.md' }}
Expand Down
Loading