Skip to content

Bump tj-actions/changed-files from 44.0.0 to 44.0.1 #44

Bump tj-actions/changed-files from 44.0.0 to 44.0.1

Bump tj-actions/changed-files from 44.0.0 to 44.0.1 #44

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 sumbitting your issue, we will look at it shortly.'
pr-message: 'Thank you for submitting your first PR - this message will be expanded upon later'