feat: add env filter to fetch_traces() and fetch_observations() (#1166) #787
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@v1 | |
| with: | |
| api-token: ${{ secrets.DEP_REBASE_PAT }} | |
| repository: ${{ github.repository }} |