PHP Classes

File: .github/ISSUE_TEMPLATE/ci_failure.yml

Recommend this page to a friend!
  Packages of A. B. M. Mahmudul Hasan   OTP   .github/ISSUE_TEMPLATE/ci_failure.yml   Download  
File: .github/ISSUE_TEMPLATE/ci_failure.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OTP
Generate token to be verified during a time window
Author: By
Last change:
Date: 20 days ago
Size: 1,209 bytes
 

Contents

Class file image Download
name: CI failure description: Report a reproducible CI or workflow failure title: "[CI]: " labels: - ci body: - type: markdown attributes: value: | Use this form when CI fails unexpectedly and can be reproduced. - type: input id: workflow attributes: label: Workflow/job name placeholder: security-standards / phpforge validations: required: true - type: input id: run_url attributes: label: Failing run URL placeholder: https://github.com/OWNER/REPOSITORY/actions/runs/... validations: required: true - type: textarea id: command attributes: label: Failing command description: Exact command or step that failed. placeholder: composer ic:ci validations: required: true - type: textarea id: logs attributes: label: Error output description: Paste the relevant error section. render: shell validations: required: true - type: textarea id: local_check attributes: label: Local reproduction description: Can you reproduce locally? If yes, include steps. placeholder: Yes/No + details validations: required: true