Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adobecom/caas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.40.4
Choose a base ref
...
head repository: adobecom/caas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.40.5
Choose a head ref
  • 5 commits
  • 4 files changed
  • 5 contributors

Commits on Oct 21, 2025

  1. fix(mwpw-000): use workflow conditional instead of [skip ci]

    Problem: [skip ci] in commit message prevents BOTH commit and tag
    push workflows from running. This breaks release-assets.yml.
    
    Solution: Use 'if' conditional in merge.yaml to skip only when
    commit message starts with 'chore: release'. This allows:
    - Release commit push: skipped (prevents loop)
    - Tag push: still triggers workflows (builds assets)
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    sr8384856 and claude committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    fabf948 View commit details
    Browse the repository at this point in the history
  2. docs(mwpw-000): explain why [skip ci] failed and workflow conditional…

    … works
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    sr8384856 and claude committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    0509faa View commit details
    Browse the repository at this point in the history
  3. Delete INFINITE_LOOP_FIX.md

    sanrai authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    20fd0a8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #341 from adobecom/test-deployment-6

    test(mwpw-123): test deployment 6
    raissanjay authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    f331ccd View commit details
    Browse the repository at this point in the history
  5. chore: release v0.40.5

    raissanjay committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    431da3d View commit details
    Browse the repository at this point in the history
Loading