Skip to content

pip prod(deps): bump tox from 3.25.0 to 4.12.0 #1340

pip prod(deps): bump tox from 3.25.0 to 4.12.0

pip prod(deps): bump tox from 3.25.0 to 4.12.0 #1340

Workflow file for this run

name: Automatic Rebase
on:
issue_comment:
types: [ created ]
#concurrency:
# group: "new-issue-${{ github.event.number }}"
# cancel-in-progress: true
permissions:
contents: read
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}