Your IP : 216.73.216.158


Current Path : /home/rtorresani/www/vendor/allure-framework/allure-php-commons/.github/workflows/
Upload File :
Current File : //home/rtorresani/www/vendor/allure-framework/allure-php-commons/.github/workflows/label-verify.yml

name: "Verify type labels"

on:
  pull_request_target:
    types: [opened, labeled, unlabeled, synchronize]

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
      - uses: baev/action-label-verify@main
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          allowed: |
            type:bug
            type:improvement
            type:internal
            type:invalid
            type:new feature
            type:dependencies
            type:security