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

Commit

Permalink
Scrub action for app
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDalelR committed Jun 7, 2023
1 parent 4ddd4c3 commit 352ebab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 18 deletions.
6 changes: 2 additions & 4 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ export default function Header() {
<li>
<a
className="dropdown-item"
href={
"https://github.com/marketplace/actions/watermelon-context-action"
}
href={"https://github.com/apps/watermelon-context"}
>
GitHub Action
GitHub App
</a>
</li>
<li>
Expand Down
7 changes: 2 additions & 5 deletions components/login-btn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ export default function LogInBtn() {
</button>
</div>

<a
href="https://github.com/marketplace/actions/watermelon-context-action"
target="_blank"
>
<a href="https://github.com/apps/watermelon-context" target="_blank">
<div
className="Box d-flex flex-items-center flex-justify-center flex-column p-4 p-4 m-2"
style={{ maxWidth: "80ch" }}
>
<h2 className="h3 mb-3 f4 text-normal">Try our GitHub Action</h2>
<h2 className="h3 mb-3 f4 text-normal">Try our GitHub App</h2>
<p className="text-gray mb-4">
Connect all your services to view context on each PR.
</p>
Expand Down
4 changes: 2 additions & 2 deletions pages/actions/github.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ function HomePage({}) {
</div>
</div>
<a
href="https://github.com/marketplace/actions/watermelon-context-action"
href="https://github.com/apps/watermelon-context"
target="_blank"
>
<div className="Box d-flex flex-items-center flex-justify-start p-2">
<div className="p-2">
<h2>Try our GitHub Action</h2>
<h2>Try our GitHub App</h2>
<p>Context on each Pr</p>
</div>
</div>
Expand Down
7 changes: 2 additions & 5 deletions pages/auth/verify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,12 @@ function verify() {
</div>
</div>

<a
href="https://github.com/marketplace/actions/watermelon-context-action"
target="_blank"
>
<a href="https://github.com/apps/watermelon-context" target="_blank">
<div
className="Box d-flex flex-items-center flex-justify-center flex-column p-4 p-4 m-2"
style={{ maxWidth: "80ch" }}
>
<h2 className="h3 mb-3 f4 text-normal">Try our GitHub Action</h2>
<h2 className="h3 mb-3 f4 text-normal">Try our GitHub App</h2>
<p className="text-gray mb-4">
Connect all your services to view context on each PR.
</p>
Expand Down
4 changes: 2 additions & 2 deletions pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ function HomePage({}) {
<h2>Settings</h2>
<div className="">
<div className="Subhead">
<span className="Subhead-heading">Action Settings</span>
<span className="Subhead-heading">App Settings</span>
<div className="Subhead-description">
This controls how the action behaves.
This controls how the GitHub App behaves.
</div>
</div>
<form>
Expand Down

1 comment on commit 352ebab

@vercel
Copy link

@vercel vercel bot commented on 352ebab Jun 7, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.