👷fix issue-checker.yml (#2644)

This commit is contained in:
Kuitos 2023-08-28 23:16:39 +08:00 committed by GitHub
parent 34bc50c4ff
commit b3790a960c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,15 @@ jobs:
with:
require: 'write'
log-conditions:
runs-on: ubuntu-latest
needs: check-permission
steps:
- run: echo "needs.check-permission.outputs.require-result = ${{ needs.check-permission.outputs.require-result }}"
- run: echo "github.event.issue.state = ${{ github.event.issue.state }}"
- run: echo "contains(github.event.issue.title, '[Feature Request]') = ${{ contains(github.event.issue.title, '[Feature Request]') }}"
- run: echo "contains(github.event.issue.body, 'https://github.com') = ${{ contains(github.event.issue.body, 'https://github.com') }}"
check-open:
runs-on: ubuntu-latest
needs: check-permission