Skip to content

build(deps): bump undici from 5.27.2 to 5.28.3 in /.github/actions/create-issue #1131

build(deps): bump undici from 5.27.2 to 5.28.3 in /.github/actions/create-issue

build(deps): bump undici from 5.27.2 to 5.28.3 in /.github/actions/create-issue #1131

---
name: Custom PR Checks
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
branches:
- main
jobs:
bug-refs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Install dependencies
run: cd ./.github/actions/bug-refs && npm install
- name: Check for bug references
uses: ./.github/actions/bug-refs
id: bug-refs
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
checklists:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Install dependencies
run: cd ./.github/actions/checklists && npm install
- name: Add context-specific checklists to the PR
uses: ./.github/actions/checklists
id: checklists
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}