Skip to content

Commit 43bc914

Browse files
committed
Replace template metadata
1 parent 6b70db2 commit 43bc914

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist/
22
node_modules/
33
coverage/
4+
CODEOWNERS

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Repository CODEOWNERS
22

3-
* @actions/actions-oss-maintainers
3+
* @matejchalk

action.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: 'The name of your action here'
2-
description: 'Provide a description here'
3-
author: 'Your name or organization here'
1+
name: Code PushUp
2+
description: Quality metrics from Code PushUp
3+
author: code-pushup
44

5-
# Add your action's branding here. This will appear on the GitHub Marketplace.
65
branding:
7-
icon: 'heart'
8-
color: 'red'
6+
icon: activity
7+
color: blue
98

109
# Define your inputs here.
1110
inputs:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
2-
"name": "typescript-action",
3-
"description": "GitHub Actions TypeScript template",
2+
"name": "@code-pushup/github-action",
3+
"description": "GitHub Action for automating feedback from Code PushUp",
44
"version": "0.0.0",
55
"author": "",
66
"private": true,
7-
"homepage": "https://github.com/actions/typescript-action",
7+
"homepage": "https://github.com/code-pushup/github-action",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/actions/typescript-action.git"
10+
"url": "git+https://github.com/code-pushup/github-action.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/actions/typescript-action/issues"
13+
"url": "https://github.com/code-pushup/github-action/issues"
1414
},
1515
"keywords": [
1616
"actions",
17-
"node",
18-
"setup"
17+
"code-pushup"
1918
],
2019
"exports": {
2120
".": "./dist/index.js"

0 commit comments

Comments
 (0)