Skip to content

chore(deps): bump brace-expansion from 2.0.1 to 2.0.2 in /tests/output/javascript #1659

chore(deps): bump brace-expansion from 2.0.1 to 2.0.2 in /tests/output/javascript

chore(deps): bump brace-expansion from 2.0.1 to 2.0.2 in /tests/output/javascript #1659

Workflow file for this run

name: Cleanup generated branch
on:
pull_request:
types: [closed]
jobs:
cleanup:
runs-on: ubuntu-22.04
timeout-minutes: 10
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
- run: git push -d origin "generated/${{ github.head_ref }}" || true