Skip to content

fix: mounting home fs multiple times will throw error #326

fix: mounting home fs multiple times will throw error

fix: mounting home fs multiple times will throw error #326

Workflow file for this run

name: Auto Labeler
on:
pull_request_target:
types: [opened, edited]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: opensumi/actions/bot-token@main
id: bot-token
with:
token-server: ${{ secrets.BOT_TOKEN_SERVER }}
flag: ${{ secrets.BOT_FLAG }}
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{env.GITHUB_TOKEN}}