Skip to content

Reopening and updating issue #22

Reopening and updating issue

Reopening and updating issue #22

run-name: Reopening and updating issue
on:
issues:
types: [closed]
env:
GITHUB_REPO_NAME: instruments
jobs:
run-updated-reopen:
if: github.event.issue.closed_by.login != 'github-actions[bot]'
runs-on: ubuntu-latest
name: Reopen issue job
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run issues step
uses: ./.github/actions/
with:
workflow-action: reopen-issue
issuenumber: ${{ github.event.issue.number }}
repo-token: ${{ secrets.GITHUB_TOKEN }}