Skip to content

Program warns about too small stack size (8192) if starting from Workbench #52

Program warns about too small stack size (8192) if starting from Workbench

Program warns about too small stack size (8192) if starting from Workbench #52

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome! Thanks for submitting your first AmigaGPT issue! Your issue will be looked at ASAP. <3"
pr-message: "Welcome to the AmigaGPT dev team! All contributions are welcome. Thanks for submitting your first pull request! <3"