Add docs-update agentic workflow - #4465
Open
antgamdia wants to merge 4 commits into
Open
Conversation
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
There was a problem hiding this comment.
license-eye has checked 2392 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 1867 | 4 | 521 | 0 |
Click to see the invalid file list
- .gitattributes
- .github/workflows/agentics-maintenance.yml
- .github/workflows/copilot-setup-steps.yml
- .github/workflows/daily-doc-updater.lock.yml
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
antgamdia
commented
Jul 13, 2026
| name: Documentation Updater | ||
| description: Automatically reviews and updates documentation based on recent code changes | ||
| on: | ||
| schedule: weekly |
Contributor
Author
There was a problem hiding this comment.
I made it weekly, as we discussed offline, @eromanova97
vicenteqa
approved these changes
Jul 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the repository’s first gh-aw “agentic workflow” to periodically open documentation update PRs, along with the generated lock/maintenance artifacts and supporting repo configuration.
Changes:
- Introduces a documentation-updater agentic workflow source (
.md) plus its compiled workflow lock file (.lock.yml) - Adds gh-aw maintenance workflow + repo scaffolding (actions lock, agent/skill router docs)
- Tweaks repo config to treat lock files as generated and exclude them from license header checks
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.licenserc.yaml |
Excludes gh-aw generated/lock workflow files from license header enforcement. |
.github/workflows/weekly-doc-updater.md |
Source definition + prompt for the doc-updater agentic workflow. |
.github/workflows/weekly-doc-updater.lock.yml |
Compiled gh-aw lock workflow that runs in Actions. |
.github/workflows/copilot-setup-steps.yml |
Adds Copilot Agent setup workflow for installing gh-aw tooling. |
.github/workflows/agentics-maintenance.yml |
Adds generated gh-aw maintenance workflow for expiring safe outputs and ops tasks. |
.github/skills/agentic-workflows/SKILL.md |
Adds a routing skill for gh-aw workflow-related requests. |
.github/aw/actions-lock.json |
Pins gh-aw helper actions to SHAs/versions. |
.github/agents/agentic-workflows.md |
Adds an agent definition describing how to route gh-aw tasks. |
.gitattributes |
Marks *.lock.yml as generated and resolves merges via ours. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+23
to
+26
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v6 | ||
| - name: Install gh-aw extension |
Comment on lines
+4
to
+6
| on: | ||
| schedule: weekly | ||
| workflow_dispatch: |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR brings the first "agentic workflow" to this repository. The idea is to have something running daily and updating the documentation based on the recent additions in the repository.
Related #SAPSOL-4543
How was this tested?
I created this in my fork first.
Documentation changes
No
Additional information
This is an example of what we would get: antgamdia#3
Read more at https://github.github.com/gh-aw/
Prerequisites:
COPILOT_GITHUB_TOKEN. For now, the "agentic time" would be billed to an individual (unless the repo belongs to an organization with Copilot enabled already)