LearnNewsExamplesServices
Frontmatter
id7414
titleImplement GitHub Action to Prevent Issue Reopening
stateClosed
labels
enhancement
assigneestobiu
createdAtOct 7, 2025, 5:43 PM
updatedAtOct 7, 2025, 5:45 PM
githubUrlhttps://github.com/neomjs/neo/issues/7414
authortobiu
commentsCount0
parentIssue7364
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 7, 2025, 5:45 PM

Implement GitHub Action to Prevent Issue Reopening

Closed v11.0.0 enhancement
tobiu
tobiu commented on Oct 7, 2025, 5:43 PM

To enforce the project policy that GitHub issues, once closed, should not be reopened, this ticket is for implementing a GitHub Actions workflow. This workflow will automatically close any reopened issue and create a new one, providing a clear explanation to the user. This streamlines the issue tracking process and prevents confusion.

Acceptance Criteria

  1. A new GitHub Actions workflow file, .github/workflows/prevent-reopen.yml, is created.
  2. The workflow is triggered on issues of type reopened.
  3. The workflow automatically closes the reopened issue.
  4. The workflow creates a new issue with the original content, clearly indicating it was reopened.
  5. A comment is added to the original issue, explaining the policy and linking to the new issue.
tobiu assigned to @tobiu on Oct 7, 2025, 5:43 PM
tobiu added the enhancement label on Oct 7, 2025, 5:43 PM
tobiu added parent issue #7364 on Oct 7, 2025, 5:43 PM
tobiu referenced in commit 709feec - "Implement GitHub Action to Prevent Issue Reopening #7414" on Oct 7, 2025, 5:45 PM
tobiu closed this issue on Oct 7, 2025, 5:45 PM