Skip to content

build(deps): Bump postcss from 8.4.27 to 8.4.31 #32

build(deps): Bump postcss from 8.4.27 to 8.4.31

build(deps): Bump postcss from 8.4.27 to 8.4.31 #32

Workflow file for this run

name: Code Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, reopened, submitted, edited, synchronize]
jobs:
test:
if: github.repository == 'Certseeds/openpgpage'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{github.event.pull_request.head.ref}}
submodules: false
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.CHATGPT_SESSION_TOKEN }}