Skip to content

chore: correct the example with minor other changes #65

chore: correct the example with minor other changes

chore: correct the example with minor other changes #65

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 }}