Skip to content

Add copy button to summary #78

Add copy button to summary

Add copy button to summary #78

Workflow file for this run

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