chore(deps): update dependency tzdata to v2025 #1331
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: 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.App }} | |
issue-message: "Welcome to Krptn! We are glad to see you. *Note:* any code submited is done so under our license - please read it. Your issue will shortly be viewed by a human." | |
pr-message: "Welcome to Krptn! We are glad to see you. *Note:* any code submited is done so under our license - please read it. Your pull request will shortly be viewed by a human" |