Skip to content

Slideshow wallpaper is broken #81

Slideshow wallpaper is broken

Slideshow wallpaper is broken #81

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hello, thank you for your first issue, we look at it quickly!"
pr-message: "Hello, thank you for your first PR, we look at it quickly!"