Skip to content

node_modules: commit updates #246

node_modules: commit updates

node_modules: commit updates #246

Workflow file for this run

name: Post comment
on:
pull_request:
paths:
- '**post-comment**'
- 'package.json'
- 'package-lock.json'
- 'node_modules/**'
permissions:
pull-requests: write
jobs:
post-comment:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
uses: ./post-comment/
with:
issue: ${{github.event.pull_request.number}}
body: body
bot_body: bot body
bot: BrewTestBot