Skip to content

Bump prettier from 3.0.3 to 3.1.0 #70

Bump prettier from 3.0.3 to 3.1.0

Bump prettier from 3.0.3 to 3.1.0 #70

Workflow file for this run

name: Greetings
on: [pull_request_target]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Congrats on your first PR 😎!'