mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 15:00:46 +08:00
Add frenzibyte to users that can use diffcalc workflow
This commit is contained in:
@@ -111,7 +111,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check permissions
|
||||
run: |
|
||||
ALLOWED_USERS=(smoogipoo peppy bdach)
|
||||
ALLOWED_USERS=(smoogipoo peppy bdach frenzibyte)
|
||||
for i in "${ALLOWED_USERS[@]}"; do
|
||||
if [[ "${{ github.actor }}" == "$i" ]]; then
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user