Skip to content

chore: Bump the max duration of a profile for which we generate call trees #159

chore: Bump the max duration of a profile for which we generate call trees

chore: Bump the max duration of a profile for which we generate call trees #159

Workflow file for this run

name: changelog
on:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
build:
name: changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
const changelog = require('./.github/actions/changelog/index.js')
await changelog({github, context, core})