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

Action keep removing stale label and adding stale label #774

Closed
a631807682 opened this issue Jul 15, 2022 · 2 comments · Fixed by #775
Closed

Action keep removing stale label and adding stale label #774

a631807682 opened this issue Jul 15, 2022 · 2 comments · Fixed by #775
Labels
bug Something isn't working

Comments

@a631807682
Copy link

a631807682 commented Jul 15, 2022

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

name: "Close Missing Playground issues"
on:
  schedule:
  - cron: "*/10 * * * *"

permissions:
  contents: read

jobs:
  stale:
    permissions:
      issues: write  # for actions/stale to close stale issues
      pull-requests: write  # for actions/stale to close stale PRs
    runs-on: ubuntu-latest
    env:
      ACTIONS_STEP_DEBUG: true
    steps:
    - name: Close Stale Issues
      uses: actions/stale@v5
      with:
        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: 0
        days-before-close: 30
        remove-stale-when-updated: true
        only-labels: "type:missing reproduction steps"

Further context

issue
action log

@a631807682 a631807682 added the bug Something isn't working label Jul 15, 2022
@luketomlinson
Copy link
Collaborator

Thanks for opening an issue @a631807682. Taking a look 👀

@luketomlinson
Copy link
Collaborator

I reverted the release for now while I investigate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants