Bump laravel/passport from 12.0.2 to 12.4.0 #293
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Poruka💬 | |
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: "Hvala Vam što ste prijavili problem! Riješićemo ga što je brže moguće!" | |
pr-message: "Hvala Vam što ste poslali pull request! Uskoro ćemo ga razmotriti!" |