Run-time type checking for function signatures in Python.
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: Rebase dependabot automerges

Joseph Hale (Oct 30, 2023, 12:42 PM -0700) c86587da c92976c9

+1 -1
+1 -1
.github/workflows/auto-merge-dependabot.yml
··· 17 17 PR_URL: ${{github.event.pull_request.html_url}} 18 18 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} 19 19 - name: Enable auto-merge for Dependabot PRs 20 - run: gh pr merge --auto --merge "$PR_URL" 20 + run: gh pr merge --auto --rebase "$PR_URL" 21 21 env: 22 22 PR_URL: ${{github.event.pull_request.html_url}} 23 23 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}