Bump the npm-dependencies group with 16 updates #2347
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: New Pull Request | |
on: | |
pull_request: | |
branches: | |
- main | |
permissions: | |
pull-requests: write | |
jobs: | |
comment: | |
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@v2.1.0 | |
continue-on-error: true | |
with: | |
file: .github/new-pr-comment.md |