Skip to content

[Feature Request] Try to extract stats with workflow-telemetry-action #7

[Feature Request] Try to extract stats with workflow-telemetry-action

[Feature Request] Try to extract stats with workflow-telemetry-action #7

Workflow file for this run

name: Create Issue Branch
on:
issues:
types: [assigned]
issue_comment:
types: [created]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
id: Create_Issue_Branch
uses: robvanderleek/create-issue-branch@main
with:
branchName: short
autoCloseIssue: true
defaultBranch: 'devel'
openDraftPR: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}