This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Bump typescript from 5.5.4 to 5.6.2 #189
Workflow file for this run
This file contains hidden or 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, 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: 'Welcome to the concurrent-priority-worker-queue repository! Thank you for reporting a bug to us, and I hope you continue to do so in the future.' | |
pr-message: 'Thank you for contributing to the concurrent-priority-worker-queue repository!' |