Skip to content

Bump @biomejs/biome from 1.6.1 to 1.7.1 in the dev-dependencies group #48

Bump @biomejs/biome from 1.6.1 to 1.7.1 in the dev-dependencies group

Bump @biomejs/biome from 1.6.1 to 1.7.1 in the dev-dependencies group #48

Workflow file for this run

name: Auto Issue Branch
on:
issues:
types: [ opened, assigned ]
issue_comment:
types: [ created ]
pull_request:
types: [ opened, closed ]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}