JasonEtco / create-an-issue

A GitHub Action for creating a new issue from a template file.
MIT License
267 stars 83 forks source link

How can I reopen existing issue? #162

Open CAMOBAP opened 1 year ago

CAMOBAP commented 1 year ago

Thanks for the awesome GitHub Action

Here is my workflow https://github.com/metanorma/ci/blob/main/.github/workflows/ci-repo-watcher.yml

...
    - uses: JasonEtco/create-an-issue@v2
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN || secrets.token }}
      with:
        assignees: CAMOBAP
        update_existing: true
        search_existing: all
        filename: .github/templates/new-repos.md
...

Is it possible to change state of closed issue to open?