Skip to content

Static hint in Generic Type declaration failing to compile depending on order of type decls #1651

Static hint in Generic Type declaration failing to compile depending on order of type decls

Static hint in Generic Type declaration failing to compile depending on order of type decls #1651

name: Dispatch slash commands
on:
issue_comment:
types:
- created
jobs:
dispatch_pr:
if: github.event.issue.pull_request
name: Dispatch on Pull Request comments
runs-on: ubuntu-latest
steps:
- id: token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.CHORE_APP_ID }}
private-key: ${{ secrets.CHORE_APP_KEY }}
- uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ steps.token.outputs.token }}
reaction-token: ${{ steps.token.outputs.token }}
commands: |
merge
generate-changelog
issue-type: pull-request
permission: write