From 56cacd6d23d5b35c3dde0179fc4fda1182eacb3e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:28:47 +0000 Subject: [PATCH 1/2] Initial plan From 85e2a75e66a4bb0df273206f7f580b91b00766b7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:41:02 +0000 Subject: [PATCH 2/2] Fix vex-generator: move description to frontmatter top, add gh aw compile note to docs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/githubnext/agentics/sessions/44362fa1-6158-4bb2-b615-2ee3b6fde81f --- docs/vex-generator.md | 4 ++++ workflows/vex-generator.md | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/vex-generator.md b/docs/vex-generator.md index 1bef5b1..17eaeaf 100644 --- a/docs/vex-generator.md +++ b/docs/vex-generator.md @@ -107,6 +107,10 @@ For each eligible dismissal, the workflow creates a pull request adding a `.vex/ } ``` +### Configuration + +After editing run `gh aw compile` to update the workflow and commit all changes to the default branch. + ### Human in the Loop - Review the generated VEX statement PR before merging diff --git a/workflows/vex-generator.md b/workflows/vex-generator.md index a41360d..cdcd7a3 100644 --- a/workflows/vex-generator.md +++ b/workflows/vex-generator.md @@ -1,4 +1,9 @@ --- +description: > + Auto-generates an OpenVEX statement for a dismissed Dependabot alert. + Provide the alert details as inputs — the agent generates a standards-compliant + OpenVEX document and opens a PR. + on: workflow_dispatch: inputs: @@ -40,11 +45,6 @@ on: - tolerable_risk - no_bandwidth -description: > - Auto-generates an OpenVEX statement for a dismissed Dependabot alert. - Provide the alert details as inputs — the agent generates a standards-compliant - OpenVEX document and opens a PR. - permissions: contents: read issues: read