Skip to content

[Bug]: This analysis terminated unexpectedly. Error in modW ≠ '' && encoding$W %in% vars: 'length = 2' in coercion to 'logical(1)' #1201

[Bug]: This analysis terminated unexpectedly. Error in modW ≠ '' && encoding$W %in% vars: 'length = 2' in coercion to 'logical(1)'

[Bug]: This analysis terminated unexpectedly. Error in modW ≠ '' && encoding$W %in% vars: 'length = 2' in coercion to 'logical(1)' #1201

# if no file is uploaded, create a comment
name: First Response
on:
issues:
types:
- opened
jobs:
First-response:
runs-on: ubuntu-latest
if: ${{ contains(github.event.issue.labels.*.name, 'Bug') }}
steps:
- uses: actions/checkout@v3
- uses: actions/github-script@v6
with:
script: |
const script = require('./.github/scripts/bug_firstResponse.js');
script({github, context});