Skip to content
This repository was archived by the owner on Sep 1, 2019. It is now read-only.

Commit 9ed7d47

Browse files
author
Alex Page
committed
Add missing labels for action release
1 parent 561efdf commit 9ed7d47

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ action "alex-page/add-new-issue-project" {
2626

2727
## Release history
2828

29+
- v0.0.3 - Add missing labels for action release
2930
- v0.0.2 - End in a neutral state for unsupported issue action
3031
- v0.0.1 - First release

dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ FROM node:alpine
1313
# Labels for GitHub to read your action
1414
LABEL "com.github.actions.name"="Add new issues to project"
1515
LABEL "com.github.actions.description"="✨ Magically add new issues to projects"
16-
1716
LABEL "com.github.actions.icon"="plus"
1817
LABEL "com.github.actions.color"="green"
18+
LABEL "repository"="https://github.com/alex-page/add-new-issue-project"
19+
LABEL "homepage"="https://github.com/alex-page/add-new-issue-project"
20+
LABEL "maintainer"="Alex Page <alex@alexpage.com.au>".
1921

2022
# Copy the package.json and package-lock.json
2123
COPY package*.json ./

0 commit comments

Comments
 (0)