Skip to content

Commit 86f7c1c

Browse files
Copilotpelikhan
andauthored
chore: merge main, fix conflicts, and recompile workflows
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 41290f3 commit 86f7c1c

258 files changed

Lines changed: 5080 additions & 5335 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ab-testing-advisor.lock.yml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ace-editor.lock.yml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agent-performance-analyzer.lock.yml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agent-persona-explorer.lock.yml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agentic-token-audit.lock.yml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agentic-token-optimizer.lock.yml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agentic-token-trend-audit.lock.yml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agentics-maintenance.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ jobs:
221221
222222
- name: Record outputs
223223
id: record
224-
run: echo "operation=${{ inputs.operation }}" >> "$GITHUB_OUTPUT"
224+
env:
225+
GH_AW_OPERATION: ${{ inputs.operation }}
226+
run: echo "operation=$GH_AW_OPERATION" >> "$GITHUB_OUTPUT"
225227

226228
update_pull_request_branches:
227229
if: ${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call') && inputs.operation == 'update_pull_request_branches' && (!(github.event.repository.fork)) }}
@@ -313,7 +315,9 @@ jobs:
313315
314316
- name: Record outputs
315317
id: record
316-
run: echo "run_url=${{ inputs.run_url }}" >> "$GITHUB_OUTPUT"
318+
env:
319+
GH_AW_RUN_URL: ${{ inputs.run_url }}
320+
run: echo "run_url=$GH_AW_RUN_URL" >> "$GITHUB_OUTPUT"
317321

318322
create_labels:
319323
if: ${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call') && inputs.operation == 'create_labels' && (!(github.event.repository.fork)) }}

.github/workflows/ai-moderator.lock.yml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/api-consumption-report.lock.yml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)