Skip to content

[FR] - 'static_files' directory in app folder structure #120

[FR] - 'static_files' directory in app folder structure

[FR] - 'static_files' directory in app folder structure #120

Workflow file for this run

name: Greetings
on: [pull_request, 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, we'll check it out as soon as we can."
pr-message: 'Welcome to the Pyttman Framework project, and thank you so much for your contribution!'