Skip to content

The text input is not prepared to be a search input #65

The text input is not prepared to be a search input

The text input is not prepared to be a search input #65

Workflow file for this run

name: Inform new issue
on:
issues:
types:
- opened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
registry-url: https://registry.npmjs.org/
- name: Install scripts dependencies
run: cd scripts && npm install
- name: Run Autorespond Script
run:
node scripts/new_issue-message.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}