Skip to content

docs: add input and examples with several other changes #80

docs: add input and examples with several other changes

docs: add input and examples with several other changes #80

Workflow file for this run

name: Handle Multiple Issues from Same Author
on:
issues:
types:
- reopened
- opened
workflow_dispatch:
push: { branches: ["main", "testing"] }
jobs:
close-multiple-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
issueNumber: true
gh-token: ${{ secrets.GITHUB_TOKEN }}