Skip to content
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

GitHub Actions: Reviewdogのworkflow実行に必要なpermissionを追加 #67

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

Hiroya-W
Copy link
Contributor

概要

@ikubaku に教えていただいた修正で、こちらにもPRとして提案しました。

ReviewdogがPRにレビューコメントを追加するために必要なpermissionを追加します。

今回追加したpermissionは以下の用途で必要となります。

  • checks: write
    • GitHub ActionsでCheck Runを実行するため
  • contents: read
    • リポジトリをクローンするため(変更はしない)
  • pull-requests: write
    • Pull Requestsの差分にレビューコメントを作成するため

Copy link
Owner

@pddg pddg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pddg pddg merged commit 57cff62 into pddg:master Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants