Add locks to repository #542
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' | |