ERR error="failed to purchase item with param 'STDQ': failed to purchase app" success=false #11435
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issues Cleanup | |
on: | |
issue_comment: | |
types: [created] | |
schedule: | |
- cron: "0 */6 * * *" # every 6 hours | |
jobs: | |
scan-issues: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: lee-dohm/[email protected] | |
with: | |
token: ${{ github.token }} | |
daysUntilClose: 7 | |
closeComment: This issue has been automatically closed because there has been no response from the original author. | |
responseRequiredLabel: auto-close |