1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 17:02:57 +08:00

Add COE and better PR condition

This commit is contained in:
smoogipoo 2021-09-07 15:51:57 +09:00
parent 62d65f81fb
commit 61f819b66d

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 }