Skip to content

test(pipeline): add pipeline stage transition tests for mgw:run #114

test(pipeline): add pipeline stage transition tests for mgw:run

test(pipeline): add pipeline stage transition tests for mgw:run #114

Workflow file for this run

name: Auto Label PRs
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"