Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
56de493
Update usages of PCIC
richard-cox Apr 13, 2026
cff4f5e
Merge remote-tracking branch 'origin/mgmt-to-prov-lists' into mgmttop…
richard-cox May 6, 2026
2ecddff
Merge remote-tracking branch 'origin/mgmt-to-prov-lists' into mgmttop…
richard-cox May 6, 2026
e5bc06a
Remaining todos
richard-cox May 8, 2026
770eeb0
fix lint and unit tests
richard-cox May 8, 2026
d519064
changes after self review
richard-cox May 8, 2026
7cab913
Merge remote-tracking branch 'origin/mgmt-to-prov-lists' into mgmttop…
richard-cox May 8, 2026
02cfd55
Fix cluster create
richard-cox May 8, 2026
85804a9
fix wf emails (#17646)
aalves08 May 14, 2026
c25069c
Create API layer to consume k8s resources - part 1 (#16895)
aalves08 May 14, 2026
b4adb11
Improve the Agentic Workflow for Daily Test Improver with the finding…
marcelofukumoto May 14, 2026
143ff28
[Test Improver] Add unit tests for pod-affinity, prometheusrule, and …
github-actions[bot] May 14, 2026
7842393
CA cert bundle validation (#17632)
momesgin May 14, 2026
7a12121
[Agentic] Change to have it skipped instead of failed for fork execut…
marcelofukumoto May 14, 2026
8b73e9a
Add rows reference check to SortableTable sort cache (#17494)
codyrancher May 15, 2026
1dfd288
Merge pull request #17234 from richard-cox/mgmt-to-prov-lists
richard-cox May 15, 2026
3a2e44f
Merge remote-tracking branch 'upstream/master' into mgmttoprov-smalle…
richard-cox May 15, 2026
3340bf4
Updates following self review
richard-cox May 15, 2026
75a04bb
fix unit tests
richard-cox May 15, 2026
3737f3f
Partial e2e fixes
richard-cox May 15, 2026
3f55a6e
Partial e2e fixes
richard-cox May 15, 2026
5cd540d
changes after reviews
richard-cox May 18, 2026
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
5 changes: 5 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"version": "v6.4.0",
"sha": "48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e"
},
"github/gh-aw-actions/setup-cli@v0.71.5": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.71.5",
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
},
"github/gh-aw-actions/setup@v0.71.5": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.71.5",
Expand Down
231 changes: 202 additions & 29 deletions .github/workflows/agentics-maintenance.yml

Large diffs are not rendered by default.

80 changes: 15 additions & 65 deletions .github/workflows/daily-accessibility-review.lock.yml

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

11 changes: 2 additions & 9 deletions .github/workflows/daily-accessibility-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,8 @@ description: |
on:
schedule: daily
workflow_dispatch:
steps:
- name: Check main repo
id: repo_check
run: |
if [ "${{ github.repository }}" != "rancher/dashboard" ]; then
echo "Skipping: not the main repository"
exit 1
fi
if: needs.pre_activation.outputs.repo_check_result == 'success'

if: github.repository_owner == 'rancher' || vars.ENABLE_AGENTIC_WORKFLOWS == 'true'

permissions: read-all

Expand Down
Loading
Loading