Skip to content

Commit e226f54

Browse files
feat: make a new issue
1 parent 15d869d commit e226f54

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
# yamllint disable rule:line-length
3+
4+
on:
5+
push:
6+
branches: ['main']
7+
paths: ['codecovcli_commands']
8+
pull_request:
9+
paths: ['codecovcli_commands']
10+
11+
jobs:
12+
run:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
- name: Install GitHub CLI
18+
uses: dev-hanz-ops/install-gh-cli-action@v0.1.0
19+
- name: Open issue on wrapper
20+
run: |
21+
gh issue create -R codecov/wrapper -t 'New change on CLI' -b $(gh pr diff codecovcli_commands)

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run command_dump
4141
run: |
4242
python command_dump.py
43-
- name: Detect changes
43+
- name: Detect changes on commit
4444
run: |
4545
if [ -n "$(git diff codecovcli_commands)" ]; then
4646
echo "Please run `python command_dump.py` before submitting, or install the hooks"

codecovcli_commands

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
TEST
12
Usage: codecovcli [OPTIONS] COMMAND [ARGS]...
23

34
Options:

0 commit comments

Comments
 (0)