Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Agentics Maintenance

on:
schedule:
- cron: "0 0 * * *" # Daily at midnight UTC
workflow_dispatch:

permissions:
contents: read
discussions: write

jobs:
close-expired-discussions:
runs-on: ubuntu-latest
steps:
- name: Close expired discussions
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
${getMaintenanceScript()}
369 changes: 7 additions & 362 deletions .github/workflows/artifacts-summary.lock.yml

Large diffs are not rendered by default.

369 changes: 7 additions & 362 deletions .github/workflows/audit-workflows.lock.yml

Large diffs are not rendered by default.

369 changes: 7 additions & 362 deletions .github/workflows/blog-auditor.lock.yml

Large diffs are not rendered by default.

268 changes: 15 additions & 253 deletions .github/workflows/breaking-change-checker.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading