Skip to content

Commit

Permalink
remove: specific reviewer from automated workflows (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 authored Feb 10, 2025
1 parent cc142c0 commit 9cc84fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
E2E-Solana-Image:
uses: ./.github/workflows/open-pr.yml
with:
reviewers: aalu1418
run: |
make upgrade-solana-image
image=$(curl https://api.github.com/repos/anza-xyz/agave/releases/latest | jq -r '.tag_name')
Expand All @@ -22,7 +21,6 @@ jobs:
E2E-Testing-Dependencies:
uses: ./.github/workflows/open-pr.yml
with:
reviewers: aalu1418
run: |
# get CTF version in core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
echo "\`\`\`";
} >> output.md
gh issue create -a aalu1418 -t "Upstream Updates - $(date)" -l "AUTO: Upstream Updates" -F output.md
gh issue create -t "Upstream Updates - $(date)" -l "AUTO: Upstream Updates" -F output.md

0 comments on commit 9cc84fd

Please sign in to comment.