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/agent-docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
docs-update:
runs-on: ubuntu-latest
steps:
- uses: warpdotdev/oz-agent-action@ce1621abf6a8ed8afdd4e4cc994545ede8fe1c6f # v1
- uses: warpdotdev/oz-agent-action@960b59065ed52c7a3f0c7d0de2665cd058f93626 # v1
with:
name: "TrustSignal Docs Update"
prompt: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oz-fix-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
runs-on: ubuntu-latest
steps:
- uses: warpdotdev/oz-agent-action@ce1621abf6a8ed8afdd4e4cc994545ede8fe1c6f # v1
- uses: warpdotdev/oz-agent-action@960b59065ed52c7a3f0c7d0de2665cd058f93626 # v1
with:
name: "Fix Failing CI"
prompt: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oz-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.actor == 'dependabot[bot]' || env.WARP_API_KEY == ''
run: echo "Skipping Oz PR Review for Dependabot or missing WARP_API_KEY."

- uses: warpdotdev/oz-agent-action@ce1621abf6a8ed8afdd4e4cc994545ede8fe1c6f # v1
- uses: warpdotdev/oz-agent-action@960b59065ed52c7a3f0c7d0de2665cd058f93626 # v1
if: github.actor != 'dependabot[bot]' && env.WARP_API_KEY != ''
with:
name: "TrustSignal PR Review"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oz-respond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: contains(github.event.comment.body, '@oz-agent')
runs-on: ubuntu-latest
steps:
- uses: warpdotdev/oz-agent-action@ce1621abf6a8ed8afdd4e4cc994545ede8fe1c6f # v1
- uses: warpdotdev/oz-agent-action@960b59065ed52c7a3f0c7d0de2665cd058f93626 # v1
with:
name: "Oz Agent"
prompt: |
Expand Down
Loading