Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: processing/processing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a83ecb9
Choose a base ref
...
head repository: processing/processing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f480ef6
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 8, 2026

  1. Update workflow to close old issues and PRs

    This PR does two things:
    
    1. Fix the `"githubToken" length must be less than or equal to 100 characters long` error.
    
    2. Make the messages more informative.
    
    **For issues:**
    
    > This issue has been automatically closed and locked.
    > 
    > Processing 3.x is no longer actively developed. Since January 2020, development moved to the Processing 4 repository.
    > 
    > If this issue is still relevant to Processing 4, we'd love to hear from you. Please open a new issue at:
    > https://github.com/processing/processing4/issues/new/choose
    > 
    > Thank you for helping improve Processing
    
    **For PRs:**
    
    > This pull request has been automatically closed and locked.
    > 
    > Processing 3.x is no longer actively developed. Since January 2020, development moved to the Processing 4 repository.
    >
    > If you'd still like to contribute this work, please open an issue in the Processing 4 repository to discuss it first:
    > https://github.com/processing/processing4/issues/new/choose
    > 
    > Thank you for your contribution.
    SableRaf authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    2390d09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6306 from processing/SableRaf-update-lock-workflow

    Update workflow to close old issues and PRs
    catilac authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    4f638b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6305 from processing/SableRaf-redirect-issues-wor…

    …kflow
    
    Add workflow to redirect issues to Processing 4
    catilac authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    90f7933 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2026

  1. Fix locked issue crash + robustness changes

    > [!NOTE]
    > this needs testing against the actual repository.
    
    This PR fixes the following issue: `Error: Unhandled error: HttpError: Unable to create comment because issue is locked.`
    
    See: https://github.com/processing/processing/actions/runs/29001253630
    
    #### Summary of changes:
    
    -   Skips commenting/locking on threads that are already locked (fixes the `HttpError: Unable to create comment because issue is locked` crash)
    -   Wraps per-thread processing in try/catch so one failure doesn't abort the whole run
    -   Closes PRs via `pulls.update` instead of `issues.update`
    -   Adds a `concurrency` group to prevent overlapping runs
    -   Handles labels returned as plain strings, not just objects
    -   Breaks out of the loop once a thread is newer than the cutoff (list is already sorted) instead of just `continue`
    -   Builds close messages via array + `join('\n')` instead of a template literal (avoids leading-whitespace indentation in the posted comment)
    SableRaf authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    9e9732b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

  1. Merge pull request #6308 from processing/SableRaf-fix-workflow-crash-…

    …on-locked-issues-1
    
    Fix locked issue crash + robustness changes
    SableRaf authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    f480ef6 View commit details
    Browse the repository at this point in the history
Loading