mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-21 22:56:01 +00:00
a39c15e550
* Remove empty spaces and check syntax based on prev failures. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Removes 👍 to isolate problem. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
14 lines
392 B
YAML
14 lines
392 B
YAML
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: 'Welcome to Clear Linux* OS Docs. Thanks for submitting your first issue.'
|
|
pr-message: 'Welcome to Clear Linux* OS Docs. Thanks for submitting your first PR.'
|