chore(deps): update bcgov/action-diff-triggers action to v1#43
Merged
renovate[bot] merged 1 commit intomainfrom Jan 26, 2026
Merged
chore(deps): update bcgov/action-diff-triggers action to v1#43renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
v0.2.0→v1.0.0Release Notes
bcgov/action-diff-triggers (bcgov/action-diff-triggers)
v1.0.0Compare Source
Release Notes - v1.0.0
🚨 Breaking Changes
diff_branchInput RemovedThe
diff_branchinput has been removed and replaced with the more flexiblerefinput.✨ New Features
Non-PR Event Support
The action now works with all GitHub Actions events, not just pull requests:
pusheventsworkflow_dispatch(manual triggers)scheduleeventsExample:
Defaults to HEAD^ for push events
Flexible
refInputThe new
refinput supports multiple reference types:main,develop,feature/branchabc123def456v1.0.0HEAD^,HEAD~2Examples:
Compare against a branch
Compare against a specific commit
Compare against previous commit (non-PR events)
Compare against 2 commits ago (non-PR events)
Local Ref Detection
For non-PR events, the action automatically detects local refs (starting with
HEAD) and uses them directly without fetching from remote, improving performance.Fork PR Support
Automatic fork PR detection and handling in
pull_request_targetcontext - no configuration needed!🔧 Improvements
Smart Path Matching
Improved trigger path matching using git pathspec matching for more accurate detection of file changes.
Better Trigger Parsing
Enhanced parsing of trigger paths that contain spaces, properly handling quoted strings like
'my path/file.txt'.Optimized Fetch Depth
HEAD^Code Simplification
baseremote)📋 Default Behavior
refpull_requestpull_request_targetpushHEAD^workflow_dispatchHEAD^HEAD^🔄 Backward Compatibility
diff_branchwithref📚 Documentation
🧪 Testing
What's Changed
Full Changelog: bcgov/action-diff-triggers@v0.2.0...v1.0.0
Configuration
📅 Schedule: Branch creation - "before 6am every weekday" in timezone America/Vancouver, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.