Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: extract secret cc_test_reporter_id #55

Merged
merged 4 commits into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
- name: Upload coverage to codeclimate
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: 7b607be9895623ed7e730ef52fb0369a9ee28a0519149fec47168b538a4ff3bb
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
with:
coverageLocations: ./src/coverage.xml:coverage.py
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
ref: ${{ github.ref }}
base_ref: ${{ github.base_ref }}
secrets: inherit

add_assignee:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
with:
ref: ${{ github.ref }}
base_ref: ${{ github.ref_name }}
secrets: inherit
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,26 @@
uses: chyccs/pull-request-typography@master
continue-on-error: true
with:
src_path: "."
src_path: ${{ github.workspace }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```


### Bump dependabot pull request title

##### AS-IS
build(deps): bump semgrep from 1.9.0 to 1.10.0
##### TO-BE
build(deps): bump `semgrep` from `1.9.0` to `1.10.0`


### Make conventional title on pull request and keyword highlights

##### AS-IS
(Feat)Extends Singularize And Pluralize Symbols On make_test.py
##### TO-BE
feat: extends `singularize` and `pluralize` symbols on `make_test.py`


### Dependencies
* https://github.com/returntocorp/semgrep