Skip to content

Commit

Permalink
👷fix issue-checker.yml (#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos authored Aug 28, 2023
1 parent 34bc50c commit b3790a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/issue-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit b3790a9

@vercel
Copy link

@vercel vercel bot commented on b3790a9 Aug 28, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.