Skip to content

refactor: split icons to packages (#255) #51

refactor: split icons to packages (#255)

refactor: split icons to packages (#255) #51

Workflow file for this run

name: Label Issue
on:
issues:
types: [labeled]
jobs:
reply-labeled:
runs-on: ubuntu-latest
steps:
- name: Needs Reproduction
if: github.event.label.name == 'M: Needs Reproduction'

Check failure on line 12 in .github/workflows/label-issue.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/label-issue.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using [cli](https://frog.fm/getting-started#bootstrap-via-cli) for runtime issues or [TypeScript Playground](https://www.typescriptlang.org/play) for type issues.