-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15d869d
commit e226f54
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
# yamllint disable rule:line-length | ||
|
||
on: | ||
push: | ||
branches: ['main'] | ||
paths: ['codecovcli_commands'] | ||
pull_request: | ||
paths: ['codecovcli_commands'] | ||
|
||
jobs: | ||
run: | ||
runs-on: ubuntu-latest | ||
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) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
TEST | ||
Usage: codecovcli [OPTIONS] COMMAND [ARGS]... | ||
|
||
Options: | ||
|