Bump tapioca from f29ea5d
to 35a6a43
#510
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |