Skip to content

Restyle [Snyk] Upgrade pino from 8.9.0 to 8.21.0 #1083

Restyle [Snyk] Upgrade pino from 8.9.0 to 8.21.0

Restyle [Snyk] Upgrade pino from 8.9.0 to 8.21.0 #1083

Workflow file for this run

# This file configures Reviewpad action to run on Issues and Pull Requests! 🦄
name: Reviewpad
on:
issues:
types:
- opened
- edited
issue_comment:
pull_request_target:
types:
- opened
- synchronize
- edited
# These permissions are necessary to automate pull requests from forks.
permissions:
pull-requests: write
issues: write
jobs:
reviewpad_job:
runs-on: ubuntu-latest
name: Reviewpad
# Don't run reviewpad on automated PRs
if: |
github.event_name != 'pull_request_target' ||
(github.event.pull_request.title != 'Merge new release into main' &&
github.event.pull_request.title != 'Merge testimonial into main' &&
github.event.pull_request.title != 'Merge formatting into main')
steps:
- name: Reviewpad
uses: reviewpad/action@v3.x
with:
# Uncomment next line to use your own configuration file 💪
file: reviewpad.yml