Skip to content

add gh token mandatory field #54

add gh token mandatory field

add gh token mandatory field #54

Workflow file for this run

name: Close Multiple Issues from Same Author
on:
issues:
types:
- reopened
- opened
workflow_dispatch:
push: { branches: ["master", "main", "testing"] }
jobs:
close-multiple-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Setup Node.js
# uses: actions/setup-node@v2
# with:
# node-version: 16
# - name: Install Dependencies
# run: npm install
# - name: Compile TypeScript
# run: npx tsc
# - name: Run Custom Action
# run: |
# node dist/index.js
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}