Skip to content

The task is not executable between now and the next ten minutes, so the action will be ignored. Maybe you copied an old solution? Let's try again. #361

The task is not executable between now and the next ten minutes, so the action will be ignored. Maybe you copied an old solution? Let's try again.

The task is not executable between now and the next ten minutes, so the action will be ignored. Maybe you copied an old solution? Let's try again. #361

Workflow file for this run

name: Welcome
on:
issues:
types:
- opened
jobs:
greeting:
if: github.repository == 'WebGoat/WebGoat'
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for submitting your first issue, we will have a look as quickly as possible.'
pr-message: 'Thanks so much for your contribution, really appreciated! We will have a look and merge it if everything checks out!'