Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
persist-credentials: false

- name: Update pull requests
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@8fc2349c02d438e1707f99343069963fb49d3eba # 2026.0.6
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@467367d6f859a4654f2645ca78efd60035cf390c # 2026.0.8
with:
orch_ci_repo_ref: 57ae89489027070792089531710c450af3b66c26
github_token: ${{ secrets.SYS_EMF_GH_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
with:
persist-credentials: false
- name: "Verify Branch Name"
uses: open-edge-platform/orch-ci/verify-branch-name@8fc2349c02d438e1707f99343069963fb49d3eba # 2026.0.6
uses: open-edge-platform/orch-ci/verify-branch-name@467367d6f859a4654f2645ca78efd60035cf390c # 2026.0.8
- name: "Discover Changed Subfolders"
id: discover-changes
uses: open-edge-platform/orch-ci/discover-changed-subfolders@8fc2349c02d438e1707f99343069963fb49d3eba # 2026.0.6
uses: open-edge-platform/orch-ci/discover-changed-subfolders@467367d6f859a4654f2645ca78efd60035cf390c # 2026.0.8
- name: "Filter Out Unwanted Changed Subfolders"
id: filter-changes
env:
Expand Down