Skip to content

Added noRequestBody function to check that HTTP GET and DELETE methods do not contain a requestBody #782

Added noRequestBody function to check that HTTP GET and DELETE methods do not contain a requestBody

Added noRequestBody function to check that HTTP GET and DELETE methods do not contain a requestBody #782

Workflow file for this run

name: Release Label Check
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: "release/patch, release/minor, release/major, bugfix, feature"
pull-request-number: '${{ github.event.pull_request.number }}'
disable-reviews: true