-
Notifications
You must be signed in to change notification settings - Fork 407
Description
Description:
We have a stale workflow: https://github.com/jhipster/generator-jhipster/blob/main/.github/workflows/stale.yml
At first run it successfully generates a cache entry.
After that, the cache is never updated and is reused, so cached entries are never analyzed again.
See builds 599-605 at https://github.com/jhipster/generator-jhipster/actions/workflows/stale.yml
See 2 consecutive days have same cached issue numbers:
https://github.com/jhipster/generator-jhipster/actions/runs/7689412024/job/20951825772
https://github.com/jhipster/generator-jhipster/actions/runs/7682085625/job/20936000418
The error reported is:
Warning: Error delete _state: [403] Resource not accessible by integration
Are we missing a configuration? A permission maybe? There is no info in the docs.
Action version:
v9
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Repro steps:
Links above.
Expected behavior:
A new cache should be written at every run.
Actual behavior:
New cache are not been overridden