pact-foundation/pact-js

View on GitHub
.github/workflows/triage.yml

Summary

Maintainability
Test Coverage
name: Triage Issue

on:
  issues:
    types:
      - opened
      - labeled
  pull_request:
    types:
      - labeled

jobs:
  call-workflow:
    uses: pact-foundation/.github/.github/workflows/triage.yml@master
    secrets: inherit