Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_scope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- name: Get PR title
id: pr_title
run: |

Check warning on line 22 in .github/workflows/check_pr_scope.yml

View workflow job for this annotation

GitHub Actions / action-lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:3:24: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/check_pr_scope.yml:22:9: shellcheck reported issue in this script: SC2086:info:3:24: Double quote to prevent globbing and word splitting [shellcheck]
title=$(jq -r .pull_request.title "$GITHUB_EVENT_PATH")
echo "$title"
echo "title=$title" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -60,7 +60,7 @@
pull-requests: write
steps:
- name: Comment on PR
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
with:
message: |
PRのスコープが正しくありません。
Expand Down
Loading