Skip to content

Some constructions, modifying the behavior, should be annotated in order to enrich the information of the AST #204

Some constructions, modifying the behavior, should be annotated in order to enrich the information of the AST

Some constructions, modifying the behavior, should be annotated in order to enrich the information of the AST #204

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hi! Thanks for your issue!'
pr-message: 'Hi! Thanks for your PR!'