chore: make lint happy

This commit is contained in:
源文雨 2023-09-24 13:15:49 +09:00
parent 1bb8e8b058
commit b0463b3cb4

View File

@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Close PR if commit message contains "Update"
if: github.event.pull_request.title.includes('Update')
if: ${{ github.event.pull_request.title }}.includes('Update')
uses: superbrothers/close-pull-request@v3
with:
# Optional. Post a issue comment just before closing a pull request.