-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: smallChenn/processing
base: master
head repository: processing/processing
compare: master
- 14 commits
- 3 files changed
- 6 contributors
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 69ccc92 - Browse repository at this point
Copy the full SHA 69ccc92View commit details
Commits on Jan 31, 2023
-
Merge pull request processing#6253 from sashashura/patch-1
GitHub Workflows security hardening
Configuration menu - View commit details
-
Copy full SHA for 459853d - Browse repository at this point
Copy the full SHA 459853dView commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36a554b - Browse repository at this point
Copy the full SHA 36a554bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a12a7 - Browse repository at this point
Copy the full SHA 25a12a7View commit details
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a76733d - Browse repository at this point
Copy the full SHA a76733dView commit details
Commits on May 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1de30e0 - Browse repository at this point
Copy the full SHA 1de30e0View commit details
Commits on Jul 8, 2026
-
Add workflow to redirect issues to Processing 4
Automatically close and respond to new issues with: > Thanks for your report. Please note that this repository is inactive and only kept for legacy purposes. > > If you're reporting a bug or requesting a feature for Processing 4, please open an issue in **[processing/processing4](https://github.com/processing/processing4/issues/new/choose)** instead.`; > > This issue will be closed automatically.
Configuration menu - View commit details
-
Copy full SHA for 9c3d08f - Browse repository at this point
Copy the full SHA 9c3d08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18bf13e - Browse repository at this point
Copy the full SHA 18bf13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a83ecb9 - Browse repository at this point
Copy the full SHA a83ecb9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2390d09 - Browse repository at this point
Copy the full SHA 2390d09View commit details -
Merge pull request processing#6306 from processing/SableRaf-update-lo…
…ck-workflow Update workflow to close old issues and PRs
Configuration menu - View commit details
-
Copy full SHA for 4f638b9 - Browse repository at this point
Copy the full SHA 4f638b9View commit details -
Merge pull request processing#6305 from processing/SableRaf-redirect-…
…issues-workflow Add workflow to redirect issues to Processing 4
Configuration menu - View commit details
-
Copy full SHA for 90f7933 - Browse repository at this point
Copy the full SHA 90f7933View commit details
Commits on Jul 9, 2026
-
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)
Configuration menu - View commit details
-
Copy full SHA for 9e9732b - Browse repository at this point
Copy the full SHA 9e9732bView commit details
Commits on Jul 15, 2026
-
Merge pull request processing#6308 from processing/SableRaf-fix-workf…
…low-crash-on-locked-issues-1 Fix locked issue crash + robustness changes
Configuration menu - View commit details
-
Copy full SHA for f480ef6 - Browse repository at this point
Copy the full SHA f480ef6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master