Skip to content

feat(observe): allow disabling function io capture by env var (#1196) #804

feat(observe): allow disabling function io capture by env var (#1196)

feat(observe): allow disabling function io capture by env var (#1196) #804

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@v1
with:
api-token: ${{ secrets.DEP_REBASE_PAT }}
repository: ${{ github.repository }}