Skip to content

[Dynamic Page]: Accessibility tag 'banner "Header Expanded"' is always shown regardless corresponding functionality visible or not #259

[Dynamic Page]: Accessibility tag 'banner "Header Expanded"' is always shown regardless corresponding functionality visible or not

[Dynamic Page]: Accessibility tag 'banner "Header Expanded"' is always shown regardless corresponding functionality visible or not #259

name: Comment on Closing Issue
on:
issues:
types: [closed]
jobs:
comment-on-close:
runs-on: ubuntu-latest
steps:
- name: Comment on closed issue
uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
body: "This issue has been closed. To reopen, just leave a comment!"
})