Skip to content

Commit

Permalink
Merge pull request #623 from jayehernandez/fix/updates
Browse files Browse the repository at this point in the history
Add Auto Close Issues and PRs
  • Loading branch information
jayehernandez committed Oct 27, 2022
2 parents fbb5430 + c6878b1 commit d09ceda
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/close-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Close Issue

on:
issues:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/close-issue@v2
with:
comment: |
Hi there! This repository is currently not accepting new issues. For more info, please check out our [README](https://github.com/jayehernandez/letra-extension#-contributing). If you have any questions, please feel free to [contact us](https://letra.vercel.app/#contact).
14 changes: 14 additions & 0 deletions .github/workflows/close-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Close Pull Request

on:
pull_request_target:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: |
Hi there! This repository is currently not accepting new PRs. For more info, please check out our [README](https://github.com/jayehernandez/letra-extension#-contributing). If you have any questions, please feel free to [contact us](https://letra.vercel.app/#contact)."
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

We've had almost ~160 [contributors](https://github.com/jayehernandez/letra-extension/graphs/contributors) since launching this, a huge **thank you** to everyone who has contributed in one way or another! Starting October 2022, contributions, issues, and feature requests are put on hold until further notice ([v1.0.15](https://github.com/jayehernandez/letra-extension/releases/tag/v1.0.15)).

As the repository is still made available to public, you are free to **fork** this instead and work on new features in your copy, for your own personal use.
As the repository is still made available to public, you are free to **fork** this instead and work on new features in your copy, for your own personal use. If you have any questions, feel free to [contact us](https://letra.vercel.app/#contact)!

### Installation

Expand Down

2 comments on commit d09ceda

@vercel
Copy link

@vercel vercel bot commented on d09ceda Oct 27, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

letra – ./site

letra.vercel.app
letra-jayehernandez.vercel.app
letra-git-master-jayehernandez.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d09ceda Oct 27, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

letra-extension – ./server

letra-extension-jayehernandez.vercel.app
letra-extension-git-master-jayehernandez.vercel.app
letra-extension.vercel.app

Please sign in to comment.