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: upsidr/merge-gatekeeper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: surgeventures/merge-gatekeeper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 28 files changed
  • 2 contributors

Commits on Dec 10, 2024

  1. [DEVX-X] Migrate merge-gatekeeper to native action (#1)

    - Remove the document checking action.
    - Add actions to handle releases.
    - Include specific actions for releases.
    - Update the documentation to explain the reason for forking.
    - Add binaries (linux ARM64 AMD64).
    - Update the action to use Node.js instead of Docker.
        - Change to utilise `invoke-binary.js`.
    ooaklee authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    4c65ffe View commit details
    Browse the repository at this point in the history
  2. fix checkout logic

    rehan-fr authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    db52923 View commit details
    Browse the repository at this point in the history
  3. test release (#4)

    rehan-fr authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    d2012a2 View commit details
    Browse the repository at this point in the history
  4. Fix validate action

    * fix validate action
    
    * test release
    rehan-fr authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    dcab827 View commit details
    Browse the repository at this point in the history
  5. [DEVX-X] Remove need for node modules (#6)

    - Remove `node_modules`  
    - Update package.json to compile JavaScript and Go code  
    - Correctly point action.yml to the appropriate script  
    - Handle scenarios for local execution versus action execution
    ooaklee authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    4406cee View commit details
    Browse the repository at this point in the history
  6. fix release action

    rehan-fr authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    4c12bd9 View commit details
    Browse the repository at this point in the history
  7. Fix release action

    rehan-fr authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    8001775 View commit details
    Browse the repository at this point in the history
  8. Fix release action

    rehan-fr authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    bd544de View commit details
    Browse the repository at this point in the history
  9. Fix release action

    rehan-fr authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    5ab3b0b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. [DEVX-1332] add required input (#13)

    * add required input
    
    * add printing of required job stasuses
    
    * add required jobs attr to class
    
    * add tests
    rehan-fr authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    f1082a5 View commit details
    Browse the repository at this point in the history
Loading