Qulacs-Osaka / qulacs-osaka

Development branch of qulacs at Osaka Univ
MIT License
13 stars 6 forks source link

fork先からのPRではclang-formatのCIが失敗する #238

Closed Hiroya-W closed 2 years ago

Hiroya-W commented 2 years ago

fork先の場合は、fork先のリポジトリからCloneをする必要がある。

https://github.com/Qulacs-Osaka/qulacs-osaka/runs/5314295977?check_suite_focus=true

Hiroya-W commented 2 years ago

Pull Request時には、${{ github.event.pull_request.head.repo.full_name }}の変数を用いることが出来るようになっている。 この変数を用いれば、Pull Request元のリポジトリ名が取得でき、fork先からのPRであれば、fork先のリポジトリ名を取得出来るよう。 https://github.community/t/get-pr-repository-name/141133