Skip to content

feat: make a new issue #1

feat: make a new issue

feat: make a new issue #1

---
# yamllint disable rule:line-length
on:
push:
branches: ['main']
paths: ['codecovcli_commands']
pull_request:
paths: ['codecovcli_commands']
jobs:
runs-on: ubuntu-latest

Check failure on line 12 in .github/workflows/broadcast_api_changes.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/broadcast_api_changes.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install GitHub CLI
uses: dev-hanz-ops/[email protected]
- name: Open issue on wrapper
run: |
gh issue create -R codecov/wrapper -t 'New change on CLI' -b $(gh pr diff codecovcli_commands)