github.com/matrixorigin/matrixone@v0.7.0/.github/workflows/command_rerun.yml (about)

     1  name: Command to Rerun Workflows
     2  on:
     3    issue_comment:
     4      types: [created]
     5      
     6  jobs:
     7    Rerun-Actions:
     8      runs-on: ubuntu-latest
     9      steps:
    10        - uses: guguducken/workflow-rerun-action@v0.0.3
    11          with:
    12            action-token: ${{ secrets.TOKEN_ACTION }}
    13            user: matrix-meow
    14            workflow-this: Command to Rerun Workflows