Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix: ユーザーIDを数字に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Feb 25, 2022
1 parent b8ce0cd commit c1222ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jaotan-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
review:
runs-on: ubuntu-latest
if: github.event.issue.pull_request != null && github.event.sender.id == "8929706" && contains(github.event.comment.body, '@jaotan') && contains(github.event.comment.body, 'review')
if: github.event.issue.pull_request != null && github.event.sender.id == 8929706 && contains(github.event.comment.body, '@jaotan') && contains(github.event.comment.body, 'review')

steps:
- name: Review
Expand Down

0 comments on commit c1222ec

Please sign in to comment.