Skip to content

Bump tar-fs from 2.1.1 to 2.1.4 in the npm_and_yarn group across 1 directory #73

Bump tar-fs from 2.1.1 to 2.1.4 in the npm_and_yarn group across 1 directory

Bump tar-fs from 2.1.1 to 2.1.4 in the npm_and_yarn group across 1 directory #73

Workflow file for this run

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: "Great job creating your first issue! Your feedback is invaluable."
pr-message: "Thanks for your first pull request! We appreciate your contributions."