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: line/line-bot-sdk-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.1
Choose a base ref
...
head repository: line/line-bot-sdk-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.2
Choose a head ref
  • 4 commits
  • 10 files changed
  • 5 contributors

Commits on Jan 15, 2025

  1. Update and rename diff-check.yml to generate-code.yml (#648)

    eucyt authored Jan 15, 2025
    Copy the full SHA
    19b2abd View commit details

Commits on Jan 16, 2025

  1. Limit the timing of git submodule updates by renovate to avoid disrup…

    …ting work during working hours (#649)
    
    same: line/line-bot-sdk-python#743
    Yang-33 authored Jan 16, 2025
    Copy the full SHA
    e81ac33 View commit details

Commits on Jan 20, 2025

  1. chore(deps): update line-openapi digest to 5ae51b6 (#651)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | line-openapi | digest | `491e118` -> `5ae51b6` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    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.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/line/line-bot-sdk-php).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2025
    Copy the full SHA
    6165a4d View commit details
  2. Remove obsolete feature: Audience Match (#650)

    line/line-openapi#80
    
    The Audience Match feature (/bot/ad/multicast/phone) was sunset in
    October 2023. This change removes it as it's no longer necessary to
    include it in line-openapi.
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions authored Jan 20, 2025
    Copy the full SHA
    5538dce View commit details
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Diff check
name: Generate code and open pull request

on:
workflow_dispatch:
Loading