Skip to content

build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 #18

build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3

build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 #18

Workflow file for this run

name: Benchmark PR
on:
pull_request_target:
types:
- labeled
jobs:
benchmark:
if: ${{ github.event.label.name == 'benchmark' }}
uses: fastify/workflows/.github/workflows/plugins-benchmark-pr.yml@main
with:
npm-script: benchmark
remove-label:
if: "always()"
needs:
- benchmark
runs-on: ubuntu-latest
steps:
- name: Remove benchmark label
uses: octokit/request-action@v2.x
id: remove-label
with:
route: DELETE /repos/{repo}/issues/{issue_number}/labels/{name}
repo: ${{ github.event.pull_request.head.repo.full_name }}
issue_number: ${{ github.event.pull_request.number }}
name: benchmark
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}