Skip to content

feat(api): update API spec from langfuse/langfuse 07cae52 (#1617) #1112

feat(api): update API spec from langfuse/langfuse 07cae52 (#1617)

feat(api): update API spec from langfuse/langfuse 07cae52 (#1617) #1112

name: Rebase Dependabot stale PRs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
rebase-dependabot:
runs-on: ubuntu-latest
steps:
- name: "Rebase open Dependabot PR"
uses: orange-buffalo/dependabot-auto-rebase@fa9e05d7a8152381af0a92ffca942a0d46712544 # v1
with:
api-token: ${{ secrets.DEP_REBASE_PAT }}
repository: ${{ github.repository }}