mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-12 09:24:45 +02:00
18 lines
302 B
YAML
18 lines
302 B
YAML
name: Greetings
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
jobs:
|
|
greeting:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/first-interaction@v3
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
issue_message: "Dependabot's first issue" |