Skip to content

Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #24

Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory

Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #24

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: "Hi! If you have a question or are having an issue please make sure you review past and/or closed issues before posting."
pr-message: "Before PRs are approved the project owner will need to review all changes. Note the CONTRIBUTING.MD"