Skip to content

Update the context to handle context.repo for org-level webhooks #699

Update the context to handle context.repo for org-level webhooks

Update the context to handle context.repo for org-level webhooks #699

Workflow file for this run

name: Node.js CI
"on":
pull_request:
types:
- synchronize
jobs:
build:
if: ${{ github.actor != 'dependabot'}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- run: npm install