You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the last 3 hours, I keep getting notifications from actions/stale, it seems to keep checking its own comments This seems to be an issue with the new release, are there any changes I need to sync into the config?
Your stale action configuration
name: "Close Missing Playground issues"on:
schedule:
- cron: "*/10 * * * *"permissions:
contents: readjobs:
stale:
permissions:
issues: write # for actions/stale to close stale issuespull-requests: write # for actions/stale to close stale PRsruns-on: ubuntu-latestenv:
ACTIONS_STEP_DEBUG: truesteps:
- name: Close Stale Issuesuses: actions/stale@v5with:
repo-token: ${{ secrets.GITHUB_TOKEN }}stale-issue-message: "The issue has been automatically marked as stale as it missing playground pull request link, which is important to help others understand your issue effectively and make sure the issue hasn't been fixed on latest master, checkout [https://github.com/go-gorm/playground](https://github.com/go-gorm/playground) for details. it will be closed in 30 days if no further activity occurs. if you are asking question, please use the `Question` template, most likely your question already answered https://github.com/go-gorm/gorm/issues or described in the document https://gorm.io ✨ [Search Before Asking](https://stackoverflow.com/help/how-to-ask) ✨"stale-issue-label: "status:stale"days-before-stale: 0days-before-close: 30remove-stale-when-updated: trueonly-labels: "type:missing reproduction steps"
Describe your issue
For the last 3 hours, I keep getting notifications from actions/stale, it seems to keep checking its own comments This seems to be an issue with the new release, are there any changes I need to sync into the config?
Your stale action configuration
Further context
issue
action log
The text was updated successfully, but these errors were encountered: