Skip to content

[System\execute] add .timeout: option #5606

[System\execute] add .timeout: option

[System\execute] add .timeout: option #5606

Workflow file for this run

name: Greetings
on: [issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for submitting an issue! :)'
pr-message: 'Thanks for submitting your first PR. This is the way to great software! ;-)'