Skip to content

Commit f480780

Browse files
authored
readme
1 parent 97ecb6c commit f480780

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Backup
1+
# Neovim project data
22

3-
[![backup](https://github.com/neovim/backup/actions/workflows/backup.yml/badge.svg)](https://github.com/neovim/backup/actions/workflows/backup.yml)
3+
[![backup](https://github.com/neovim/neovim-backup/actions/workflows/backup.yml/badge.svg)](https://github.com/neovim/neovim-backup/actions/workflows/backup.yml)
44

5-
This uses [github-backup](https://pypi.org/project/github-backup/) to back up issues, comments, discussions, etc. from the Neovim GitHub.
5+
This repo is a backup of issues and pull requests from the Neovim GitHub org.
66

7-
A Personal access token is expected at `secrets.PAT` to access the GitHub API. Currently a classic token is required.
7+
## Development
8+
9+
* The script uses [github-backup](https://pypi.org/project/github-backup/).
10+
* A personal access token is expected at `secrets.PAT` to access the GitHub API. Currently a classic token is required.

0 commit comments

Comments
 (0)