chore: add a bug template for browsers (#10543)

This commit is contained in:
Alex Rudenko 2023-07-12 09:14:30 +02:00 committed by GitHub
parent 5e50bf2104
commit 61b52a337e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -108,7 +108,7 @@ body:
label: Puppeteer version
description: >
What version of Puppeteer are you running? *This must be a valid semver
tag.*
tag, for example, `20.8.1`.*
validations:
required: true
- id: node-version
@ -117,7 +117,7 @@ body:
label: Node version
description: >
What supported version of Node.js are you running? *This must be a valid
semver tag.*
semver tag, for example, `20.3.1`.*
validations:
required: true
- id: pkg-mgr
@ -137,7 +137,7 @@ body:
label: Package manager version
description: >
What version of the package manager are you running? *This must be a
valid semver tag.*
valid semver tag, for example, `9.6.7`.*
validations:
required: true
- id: operating-system

View File

@ -0,0 +1,4 @@
name: Bug for @puppeteer/browsers
description: File a bug report specifically about the `@puppeteer/browsers` package.
title: '[Bug]: '
labels: [bug, '@puppeteer/browsers']

View File

@ -14,7 +14,7 @@ jobs:
analyze-issue:
name: Analyze Issues
runs-on: ubuntu-latest
if: ${{ contains(github.event.issue.labels.*.name, 'bug') && !contains(github.event.issue.labels.*.name, 'disable-analyzer') && !contains(github.event.issue.labels.*.name, 'confirmed') && github.event.issue.number > 9481 }}
if: ${{ contains(github.event.issue.labels.*.name, 'bug') && !contains(github.event.issue.labels.*.name, 'disable-analyzer') && !contains(github.event.issue.labels.*.name, 'confirmed') && !contains(github.event.issue.labels.*.name, '@puppeteer/browsers') && github.event.issue.number > 9481 }}
env:
ISSUE_BODY: ${{ toJson(github.event.issue.body) }}
outputs: