Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Rename action to Automatic Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Jan 29, 2019
1 parent 20e44e0 commit 24077f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ LABEL version="1.0.0"
LABEL repository="http://github.com/cirrus-actions/rebase"
LABEL homepage="http://github.com/cirrus-actions/rebase"
LABEL maintainer="Cirrus Labs"
LABEL "com.github.actions.name"="Rebase"
LABEL "com.github.actions.name"="Automatic Rebase"
LABEL "com.github.actions.description"="Automatically rebases PR on '/rebase' comment"
LABEL "com.github.actions.icon"="git-pull-request"
LABEL "com.github.actions.color"="purple"

RUN apk --no-cache add jq bash curl git

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

1 comment on commit 24077f3

@RDIL
Copy link

@RDIL RDIL commented on 24077f3 Jan 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fkorotkov psst can you shoot an invite my way so I can start to setup the repo for discord webhooks 🤗

Please sign in to comment.