Your IP : 216.73.216.158


Current Path : /home/rtorresani/www/vendor/allure-framework/allure-phpunit/.github/workflows/
Upload File :
Current File : //home/rtorresani/www/vendor/allure-framework/allure-phpunit/.github/workflows/labels-verify.yml

name: "Verify type labels"

on:
  pull_request:
    types: [ labeled, unlabeled ]

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
      - uses: zwaldowski/match-label-action@v4
        with:
          allowed: 'type:bug,type:new feature,type:improvement,type:dependencies,type:internal,type:invalid'