Skip to content

Data Hub needs a way to re-view the "instrument summary" page available after an instrument is completed #273

Data Hub needs a way to re-view the "instrument summary" page available after an instrument is completed

Data Hub needs a way to re-view the "instrument summary" page available after an instrument is completed #273

Workflow file for this run

name: Issues
on:
issues:
types:
- reopened
- opened
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Script
uses: actions/github-script@v7
with:
script: |
require('./.github/scripts/issues.cjs')()