forked from agno-agi/agno
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/DomGrieco/phidata
- Loading branch information
Showing
1,244 changed files
with
43,794 additions
and
19,486 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Close Stale Issues | ||
|
||
on: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
close_stale_issues: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
|
||
steps: | ||
- name: Close stale issues | ||
uses: actions/stale@v5 | ||
with: | ||
stale-issue-message: > | ||
This issue has been marked as stale because it has been inactive | ||
for more than 14 days. Please update this issue or it will be | ||
automatically closed. | ||
days-before-issue-stale: 14 | ||
days-before-issue-close: 0 | ||
stale-issue-label: stale | ||
|
||
# Disable PR processing | ||
days-before-pr-stale: -1 | ||
days-before-pr-close: -1 | ||
|
||
# Only process issues, not PRs | ||
only-issue-labels: "*" |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,8 @@ aienv* | |
scratch | ||
junk | ||
tmp | ||
agents.db | ||
data.db | ||
|
||
.ipynb_checkpoints | ||
/eruv | ||
|
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
Oops, something went wrong.