Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stale.yml to use old version as a bug fix #19532

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Commits on Feb 15, 2024

  1. Update stale.yml to use old version as a bug fix

    There is a well-documented issue w/ the new actions/stale version (v9.0.0) that causes the following error: "Error delete _state: [403] Resource not accessible by integration". See actions/stale#1133 for more context.
    
    There are two potential fixes if we continue to use the new version: (1) run the action on all PRs/issues to avoid using the cache or (2) give write access to the endpoints listed in https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokens?apiVersion=2022-11-28#repository-permissions-for-actions. Neither of these options is preferable, so I am going to wait until the bug is fixed.
    
    Note: The old version (v8.0.0) uses Node 16, which will be deprecated in Spring 2024, instead of Node 20, so we should keep an eye on this issue.
    sophies927 authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    73d7535 View commit details
    Browse the repository at this point in the history