Skip to content

chore(deps): bump aerospike/shared-workflows/.github/workflows/reusable_pr-hygiene.yml from 3.6.0 to 3.7.0 #84

chore(deps): bump aerospike/shared-workflows/.github/workflows/reusable_pr-hygiene.yml from 3.6.0 to 3.7.0

chore(deps): bump aerospike/shared-workflows/.github/workflows/reusable_pr-hygiene.yml from 3.6.0 to 3.7.0 #84

Workflow file for this run

name: PR Hygiene - Jira Ticket in Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
contents: read
jobs:
validate-jira-ticket:
uses: aerospike/shared-workflows/.github/workflows/reusable_pr-hygiene.yml@bd168dedaa4fc0b17a560541779d815540eded2d # v3.7.0
with:
pr_title: ${{ github.event.pull_request.title }}
pr-labels: ${{ toJSON(github.event.pull_request.labels.*.name) }}