Skip to content

Fix handling of others_df in top_n function to ensure proper naming f… #1895

Fix handling of others_df in top_n function to ensure proper naming f…

Fix handling of others_df in top_n function to ensure proper naming f… #1895

Workflow file for this run

name: Rebase pull requests
on:
push:
release:
types: [published]
jobs:
auto-rebase:
name: rebase dependabot PRs
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.event == 'release'
timeout-minutes: 5
steps:
- name: rebase
uses: "bbeesley/gha-auto-dependabot-rebase@main"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}