-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actionsファイルの変更に対して警告をするactionsを追加する #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
プルリクエストありがとうございます!!
やり方ですが、 tj-actions/changed-files
を使わずにon: pull_request
のpath
を使ったファイル検知とかもできそうだなと思いました!
checkoutやif: all_changed_files
不要になってスッキリするかも?
あとgh pr comment
はpull_request_target
ではなくpull_request
のGITHUB_TOKEN
でもできそうでした。
(適当に検索して出てきたブログ記事)
できることは同じですが権限が変わってきそうかなと・・・!
確かに |
トリガーを
https://github.com/VOICEVOX/homebrew-voicevox/actions/runs/6999903201/job/19039810943?pr=21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
すごいシンプルなワークフローで良いですね!!
トリガーを pull_request にしたらエラーになりました
あれ、本当ですね・・・。シークレットも設定できてるし問題なさそうに見えるのですが・・・。
可能性としては
permissions:
pull-requests: write
を書いてるから逆にエラーになる、とかでしょうか。。。。うーーーーーーーん・・・。
まあ少なくともこのプルリクエスト的には全く問題ないかなと思ったので、マージさせていただきます!
フォークから作られたPRの場合、トリガーが |
あーなるほどです!!!よくわかりました!!!! |
内容
Actionsファイル (
.github/workflows
ディレクトリ以下) に変更のあるPRに対して警告のコメントをするactionsを作ってみました関連
#17 (review)