feat(api): update API spec from langfuse/langfuse 07cae52 (#1617) #1112
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |