Skip to content

Update node-webpmux requirement from ^3.1.1 to ^3.1.9 #179

Update node-webpmux requirement from ^3.1.1 to ^3.1.9

Update node-webpmux requirement from ^3.1.1 to ^3.1.9 #179

Workflow file for this run

name: "Comment run"
on:
issue_comment:
types: [created, edited]
jobs:
comment-run:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
# 0 indicates all history
fetch-depth: 0
- uses: nwtgck/actions-comment-run@v1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allowed-associations: '["OWNER","CONTRIBUTOR"]'