Skip to content

add discrete tests for initialize step (#618) #138

add discrete tests for initialize step (#618)

add discrete tests for initialize step (#618) #138

Workflow file for this run

name: github
on:
push:
branches:
- "main"
permissions:
issues: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v1
with:
yaml_file: .github/labels.yml
skip_delete: true
dry_run: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}