stoplightio / spectral-action

GitHub Action wrapper for Spectral - a JSON/YAML/OpenAPI/AsyncAPI/etc linter with custom rule support.
https://stoplight.io/open-source/spectral
Apache License 2.0
89 stars 46 forks source link

Allow new github event type i.e `pull_request_target` #654

Closed ayushkhandelwal317 closed 9 months ago

ayushkhandelwal317 commented 1 year ago

Motivation and Context

This feature will allow users to run spectral-action when github action event type is pull_request_target

Description

Added fall through case for event type pull_request_target

Screenshot(s)/recordings(s)

image

Types of changes

Checklist

ayushkhandelwal317 commented 12 months ago

@XVincentX @mnaumanali94 @nulltoken Please take a look at this change.