Commit 70f5018
authored
Add agentic workflow daily-repo-status (duckduckgo#7857)
Task/Issue URL:
https://app.asana.com/1/137249556945/project/1157893581871903/task/1213529675774955?focus=true
### Description
Add agentic workflow daily-repo-status
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> Adds a new scheduled GitHub Actions workflow that runs an agent with
repository read access and writes issues, so misconfiguration could
create unwanted issues or consume secrets/runner time. Most changes are
isolated to CI/config, with limited impact on application code.
>
> **Overview**
> Introduces a new **agentic GitHub Actions workflow** (source
`daily-repo-status.md` + generated `daily-repo-status.lock.yml`) that
runs on a daily schedule or manual dispatch, gathers recent repo
activity via GitHub APIs, and publishes a `[repo-status]` issue with
safe-output constraints.
>
> Adds `.gitattributes` to treat `*.lock.yml` workflow outputs as
generated and always keep the repository version on merge, updates
workflow linting to `reviewdog/action-actionlint@v1.71.0`, and expands
`.gitignore` to ignore local Claude settings/worktrees.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
971cff7. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent e014ced commit 70f5018
File tree
5 files changed
+1179
-2
lines changed- .github/workflows
5 files changed
+1179
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments