Skip to content

Commit

Permalink
auto mergeのレビュー要請スクリプト修正 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikura-hamu authored Feb 22, 2025
1 parent 55e94f8 commit 0b558c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Request review for a PR
run: gh pr request-reviewers --reviewer traPtitech/piscon-portal "$PR_URL"
run: gh pr edit "$PR_URL" --add-reviewer traPtitech/piscon-portal
if: |
${{ !(
contains(steps.metadata.outputs.dependency-names , 'gomod') &&
Expand Down

0 comments on commit 0b558c1

Please sign in to comment.