Merge branch 'SpudGunMan:main' into create-docker-image

This commit is contained in:
Raymond Dean
2025-10-22 09:43:27 -04:00
committed by GitHub
50 changed files with 5865 additions and 1737 deletions
+18
View File
@@ -0,0 +1,18 @@
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"