PHP Classes

File: .github/workflows/greetings.yml

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   .github/workflows/greetings.yml   Download  
File: .github/workflows/greetings.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change:
Date: 15 days ago
Size: 427 bytes
 

Contents

Class file image Download
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 so much for reporting this issue, we will review it ASAP" pr-message: "Thank you so much for your contribution"