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: MapColonies/shared-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: next
Choose a base ref
...
head repository: MapColonies/shared-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 20 files changed
  • 6 contributors

Commits on Jan 6, 2026

  1. feat(auto-merge): create auto merge action MAPCO-9003 (#104)

    * ci(auto-merge): add action to automatically merge PRs with 'auto-merge' label
    
    * ci: update action to include repository input and enhance authentication process
    
    * ci(auto-merge): update workflow to use dynamic PR number and improve label check logic
    
    * ci(auto-merge): refine installation and authentication steps for gh
    
    * ci(auto-merge): wait for required checks to pass before merging PRs
    
    * feat(auto-merge): add auto-merge action for labeled PRs with passing checks
    
    * ci(auto-merge): update test workflow to use dynamic repository input
    
    * docs(auto-merge): add README for auto-merge
    
    * ci: refine commit message format and update PR labels handling
    
    * ci: add merge_method input to configure merge strategy
    
    * fix: correct typo in installation message for gh
    
    * trigger CI
    
    * ci: add test action with labels for auto-merge workflow
    
    * ci: update checkout actions and repository references in auto-merge workflow
    
    * fix: update branch references from main to master in auto-merge workflow
    
    * ci: update GitHub token secret for auto-merge action
    
    * trigger CI
    
    * ci: update GitHub token secret from GITHUB_TOKEN to GH_PAT in auto-merge workflow
    
    * ci: add dependency on create_pr step for auto-merge action
    
    * ci: add dependency on create_pr step for auto-merge action
    
    * ci: update GitHub token secret to GH_PAT_TEST in auto-merge workflow
    
    * trigger CI
    
    * trigger CI
    
    * ci: update GitHub token secret from GH_PAT_TEST to GH_PAT in auto-merge workflow
    
    * trigger CI
    
    ---------
    
    Co-authored-by: michsi24 <michalby24@gmail.com>
    michalby24 and michsi24 authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    5748433 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. chore(master): release auto-merge 1.0.0 (#107)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    de816ac View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. feat: add Smart Release Please action MAPCO-8998 (#105)

    * feat: add Smart Release Please action
    
    * Add .secrets to .gitignore
    
    * feat: improve Smart Release Please action
    
    * chore(code): clean up docstrings in find_baseline_tag and parse_semver
    
    * docs: update README for Smart Release Please action
    
    * feat: include --first-parent in git log command for accurate commit depth calculation
    
    * ci: update workflow to test smart release-please action,  add unit tests for rc_align
    
    * docs: add architecture diagram and fix condition for RC version calculation
    
    * ci: update test command for smart release-please action to use direct script execution
    
    * feat: smart smart release please
    
    * ci(tests): update path comment and mock return value for baseline tag test
    
    * feat: changes for smart release please
    
    * docs: update documentation
    
    * docs: add comprehensive manual test results for Smart Release Please action
    
    * docs: add comprehensive edge case and developer error testing results
    
    * feat: enhance error handling and update documentation for chore commits
    
    * fix: update Python version to 3.x (latest stable)
    
    * docs: add verification report confirming all issues fixed
    
    * fix: update main function error handling to exit with error code 1
    
    * chore: Delete VERIFICATION-FIXES-APPLIED.md
    
    ---------
    
    Co-authored-by: michsi24 <michalby24@gmail.com>
    Co-authored-by: ronenk1 <ronenk1@rnd-hub.com>
    Co-authored-by: ronenkapelian <72082238+ronenkapelian@users.noreply.github.com>
    4 people authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    5d3c80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2758c86 View commit details
    Browse the repository at this point in the history
  3. feat: add smart release please (#110)

    * feat: add Smart Release Please action
    
    * Add .secrets to .gitignore
    
    * feat: improve Smart Release Please action
    
    * chore(code): clean up docstrings in find_baseline_tag and parse_semver
    
    * docs: update README for Smart Release Please action
    
    * feat: include --first-parent in git log command for accurate commit depth calculation
    
    * ci: update workflow to test smart release-please action,  add unit tests for rc_align
    
    * docs: add architecture diagram and fix condition for RC version calculation
    
    * ci: update test command for smart release-please action to use direct script execution
    
    * feat: smart smart release please
    
    * ci(tests): update path comment and mock return value for baseline tag test
    
    * feat: changes for smart release please
    
    * docs: update documentation
    
    * docs: add comprehensive manual test results for Smart Release Please action
    
    * docs: add comprehensive edge case and developer error testing results
    
    * feat: enhance error handling and update documentation for chore commits
    
    * fix: update Python version to 3.x (latest stable)
    
    * docs: add verification report confirming all issues fixed
    
    * fix: update main function error handling to exit with error code 1
    
    * chore: Delete VERIFICATION-FIXES-APPLIED.md
    
    * chore: add configuration for smart-release-please action
    
    ---------
    
    Co-authored-by: michsi24 <michalby24@gmail.com>
    Co-authored-by: ronenk1 <ronenk1@rnd-hub.com>
    Co-authored-by: ronenkapelian <72082238+ronenkapelian@users.noreply.github.com>
    4 people authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    c369c43 View commit details
    Browse the repository at this point in the history
  4. chore(master): release smart-release-please 1.0.0 (#111)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    e0b9327 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. fix: update merge branch condition to include master in version enfor…

    …cement (#112)
    
    Co-authored-by: michalby24 <michalby24@gmail.com>
    michalby24 and michalby24 authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    0de2edd View commit details
    Browse the repository at this point in the history
  2. chore(master): release smart-release-please 1.0.1 (#113)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    2000eba View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. Configuration menu
    Copy the full SHA
    7a939bf View commit details
    Browse the repository at this point in the history
Loading