Skip to content

Bump postcss from 8.4.18 to 8.4.31 #6

Bump postcss from 8.4.18 to 8.4.31

Bump postcss from 8.4.18 to 8.4.31 #6

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: "This is your first issue! Thank you for that. We will check your issue soon!"
pr-message: "This is your first pull request! Thank you for that. We will check your PR soon!"