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

Mark as unmaintained #79

Merged
merged 2 commits into from
Mar 3, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# GitHub Action - Releases API

**Please note:** This repository is currently unmaintained by a team of developers at GitHub. The
repository is here and you can use it as an example, or in Actions. However please be aware that
we are not going to be updating issues or pull requests on this repository.

**Maintained forks:**
* ...
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Please suggest some maintained community forks, we'll add them in here.

Choose a reason for hiding this comment

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

@hross I guess you are the maintainer here. Please can you add some other maintainers. Maybe the last 5 guys who contribute already ?

Choose a reason for hiding this comment

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

Sadly this is the current/future state of most github repos: The maintainer looses interest and the project dies slowly.
There is no relay race culture to prevent from dead project

Copy link

Choose a reason for hiding this comment

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


To reflect this state we’ve marked this repository as Archived.

If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support).

If you have found a security issue [please submit it here](https://hackerone.com/github).

---

This GitHub Action (written in JavaScript) wraps the [GitHub Release API](https://developer.github.com/v3/repos/releases/), specifically the [Upload a Release Asset](https://developer.github.com/v3/repos/releases/#upload-a-release-asset) endpoint, to allow you to leverage GitHub Actions to upload release assets.

<a href="https://github.com/actions/upload-release-asset"><img alt="GitHub Actions status" src="https://github.com/actions/upload-release-asset/workflows/Tests/badge.svg"></a>
Expand Down