Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/issue-bot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Shadow # load-bearing: auto-approve.yml keys on this exact name
# To upgrade the engine, bump the SHA in BOTH `uses:` and `shadow_ref` below
# To upgrade the engine, bump the ref in BOTH `uses:` and `shadow_ref` below
# (GitHub forbids expressions in `uses:`, so they can't share a variable).

on:
Expand Down Expand Up @@ -40,11 +40,11 @@ jobs:
(github.event_name == 'workflow_dispatch') ||
(github.actor != 'github-actions[bot]' &&
(github.event.issue.pull_request == null || github.event_name == 'pull_request_target'))
uses: sudsali/shadow/.github/workflows/shadow-review.yml@54ec94e0ca8c90d9b58ff95a2a06b175a115784e
uses: sudsali/shadow/.github/workflows/shadow-review.yml@ed31ed7e30ef81be82d7b8b756b626f876036d73 # v1.7
with:
pr_number: ${{ inputs.issue_number }}
dry_run: ${{ inputs.dry_run && 'true' || 'false' }}
shadow_ref: 54ec94e0ca8c90d9b58ff95a2a06b175a115784e
shadow_ref: ed31ed7e30ef81be82d7b8b756b626f876036d73 # v1.7
aws_region: us-east-1
prompt_sm_prefix: pydeequ-bot
secrets:
Expand Down
Loading