forked from mirror/gorm
Update missing playground template
This commit is contained in:
parent
48b395b760
commit
ff3880292d
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: actions/stale@v3.0.7
|
uses: actions/stale@v3.0.7
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-issue-message: "This issue has been automatically marked as stale as it missing playground pull request link, checkout [https://github.com/go-gorm/playground](https://github.com/go-gorm/playground) for details, it will be closed in 2 days if no further activity occurs."
|
stale-issue-message: "This issue has been automatically marked as stale as it missing playground pull request link, checkout [https://github.com/go-gorm/playground](https://github.com/go-gorm/playground) for details, it will be closed in 2 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"
|
stale-issue-label: "status:stale"
|
||||||
days-before-stale: 0
|
days-before-stale: 0
|
||||||
days-before-close: 2
|
days-before-close: 2
|
||||||
|
|
Loading…
Reference in New Issue