The 'declare' modifier is only allowed when the 'allowDeclareFields' option of @babel/plugin-transform-typescript or @babel/preset-typescript is enabled #114
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: labeler | |
on: | |
issues: | |
types: [opened, edited, reopened] | |
jobs: | |
labeler: | |
runs-on: ubuntu-latest | |
name: Label issues | |
steps: | |
- name: check-out-repository | |
uses: actions/checkout@v2 | |
- name: labeler | |
uses: jayu/super-labeler-action@develop | |
env: | |
ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }} | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |