This repository was archived by the owner on Apr 17, 2025. It is now read-only.
npm(deps): bump @babel/runtime from 7.15.3 to 7.27.0 #935
This file contains hidden or 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: PR Commenter | |
| on: | |
| issues: | |
| types: | |
| - labeled | |
| - unlabeled | |
| pull_request: | |
| types: | |
| - labeled | |
| - unlabeled | |
| jobs: | |
| give_comment: | |
| if: startsWith(github.head_ref, 'dependabot') == false # Ignore dependabot PRs | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Code | |
| uses: actions/checkout@v2.3.4 | |
| with: | |
| ref: main | |
| - name: Send Pull request comment | |
| uses: peaceiris/actions-label-commenter@v1.10.0 | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} |