Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

data: added events to Viveksati5143 #28974

data: added events to Viveksati5143

data: added events to Viveksati5143 #28974

Workflow file for this run

# This file configures Reviewpad action to run on Issues and Pull Requests! 🦄
name: Reviewpad
on:
issues:
issue_comment:
pull_request_target:
# 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: .github/config/reviewpad.yml