Skip to content

🐛 Only part of the window is transparent if window is resized #1

🐛 Only part of the window is transparent if window is resized

🐛 Only part of the window is transparent if window is resized #1

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: "Thank you for submitting an issue, I will be right on it!"
pr-message: "Thank you for adding to Clakr, I hope you're enjoying the journey with me!"