Skip to content

Commit

Permalink
chore: rename CI Issues to Insights (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht authored Jan 28, 2025
1 parent 2d7dbf0 commit e32a5a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gha-ci-issues
# gha-mergify-ci

GitHub Action to automatically uploads JUnit XML reports to Mergify CI Issues.
GitHub Action to automatically uploads JUnit XML reports to Mergify CI Insights.

More information on https://mergify.com
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: gha-ci-issues
description: Upload JUnit XML report to Mergify CI Issues
description: Upload JUnit XML report to Mergify CI Insights
author: Mergify
branding:
icon: at-sign
color: blue
inputs:
token:
required: true
description: CI Issues Application Key
description: Mergify CI token
report_paths:
required: true
description: Paths of the files to upload
Expand Down
2 changes: 1 addition & 1 deletion zfixtures/fake-ci-issue-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"httpRequest": {
"method": "POST",
"path": "/v1/repos/Mergifyio/gha-ci-issues/ci_issues_upload",
"path": "/v1/repos/Mergifyio/gha-mergify-ci/ci_issues_upload",
"headers": {
"Authorization": "Bearer fake-valid-token"
},
Expand Down

0 comments on commit e32a5a0

Please sign in to comment.