Skip to content

Merge branch 'main' of https://github.com/Anmol-Baranwal/close-multip… #66

Merge branch 'main' of https://github.com/Anmol-Baranwal/close-multip…

Merge branch 'main' of https://github.com/Anmol-Baranwal/close-multip… #66

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