# File managed by web3-bot. DO NOT EDIT.# See https://github.com/protocol/.github/ for details.# Allow PRs opened by web3-bot to be rebased by commenting "@web3-bot rebase" on the PR.on:issue_comment:types:[created]name:Automatic Rebasejobs:rebase:name:Rebaseif:github.event.issue.pull_request != '' && github.event.issue.user.login == 'web3-bot' && contains(github.event.comment.body, '@web3-bot rebase')runs-on:ubuntu-lateststeps:-name:Checkout the latest codeuses:actions/checkout@v2with:fetch-depth:0token:${{ secrets.WEB3BOT_GITHUB_TOKEN }}-name:Automatic Rebaseuses:cirrus-actions/rebase@7cea12ac34ab078fa37e87798d8986185afa7bf2# v1.4env:GITHUB_TOKEN:${{ secrets.WEB3BOT_GITHUB_TOKEN }}