Skip to content

fix(mis-web): 导入用户页面的将用户添加入白名单应该放置在导入按键附近 #870

fix(mis-web): 导入用户页面的将用户添加入白名单应该放置在导入按键附近

fix(mis-web): 导入用户页面的将用户添加入白名单应该放置在导入按键附近 #870

Workflow file for this run

name: Remove PR artifacts
on:
pull_request:
branches: [master]
types: [closed]
jobs:
delete-openscow-vagrant:
name: Delete openscow-vagrant PR branch
runs-on: ubuntu-latest
steps:
- name: Delete openscow-vagrant PR branch
uses: dawidd6/action-delete-branch@v3
with:
github_token: ${{ secrets.SCOW_DEPLOYMENT_PAT }}
owner: PKUHPC
repository: scow-vagrant
branches: ${{ github.event.number }}/merge
soft_fail: true