Skip to content

ci(dep): bump eslint from 7.32.0 to 9.14.0 #163

ci(dep): bump eslint from 7.32.0 to 9.14.0

ci(dep): bump eslint from 7.32.0 to 9.14.0 #163

Workflow file for this run

on:
issue_comment:
types: [created]
name: Automatic Rebase
jobs:
rebase:
name: Rebase
runs-on: ubuntu-latest
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '@TRW-bot rebase') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER')
steps:
- name: Checkout the latest code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Automatic Rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.AUTO_PAT }}