This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Bump the dev-dependencies group with 13 updates #466
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |