Skip to content

bundle update all the gems #13

bundle update all the gems

bundle update all the gems #13

Workflow file for this run

name: new pull request
on:
pull_request:
branches:
- main
permissions:
pull-requests: write
contents: read
jobs:
new-pr:
if: github.event_name == 'pull_request' && github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
# Comment on new PR requests with deployment instructions
- uses: actions/checkout@v4
- name: comment
uses: GrantBirki/comment@f524ee31407667c05061bad41e1758b40298bd82 # pin@v2
continue-on-error: true
with:
file: .github/new-pr-comment.md