Skip to content

Bump tapioca from f2010b5 to d444243 #624

Bump tapioca from f2010b5 to d444243

Bump tapioca from f2010b5 to d444243 #624

Workflow file for this run

name: Regenerate RBIs
permissions:
contents: write
pull-requests: write
issues: write
repository-projects: write
on:
pull_request:
branches: [ master ]
jobs:
rbi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- run : bundle exec tapioca gems
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update RBIs [dependabot skip]
file_pattern: './sorbet'