👷fix issue-checker.yml (#2644)
This commit is contained in:
parent
34bc50c4ff
commit
b3790a960c
9
.github/workflows/issue-checker.yml
vendored
9
.github/workflows/issue-checker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user