Add COE and better PR condition

This commit is contained in:
smoogipoo 2021-09-07 15:51:57 +09:00
parent 62d65f81fb
commit 61f819b66d
1 changed files with 2 additions and 1 deletions

View File

@ -22,12 +22,13 @@ jobs:
runs-on: ubuntu-latest
if: |
contains(github.event.comment.html_url, '/pull/') &&
${{ github.event.issue.pull_request }} &&
contains(github.event.comment.body, '!pp check') &&
${{ github.event.comment.author_association == 'MEMBER' }}
strategy:
fail-fast: false
continue-on-error: true
matrix:
ruleset:
- { name: osu, id: 0 }