zenodraft/action
GitHub action to automate drafting depositions on Zenodo or Zenodo Sandbox
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.9%) to scientific vocabulary
Repository
GitHub action to automate drafting depositions on Zenodo or Zenodo Sandbox
Basic Info
Statistics
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 15
- Releases: 9
Metadata Files
README.dev.md
Developer documentation
Making a release
preparation
Check version numbers in README.md, package.json, package-lock.json.
In your regular working directory
```shell git checkout main git fetch origin git pull origin main rm -rf node_modules npm install --production git status
if there are any changes,
git add node_modules --force
git commit -m "production dependencies only"
npm install npm run all git status
if there are any changes
git add thefiles
git commit -m "changes"
git push origin main
```
On GitHub, run test actions if need be. Then
GitHub
Go to https://github.com/zenodraft/action/releases/new to make the new release.
Owner
- Name: zenodraft
- Login: zenodraft
- Kind: organization
- Repositories: 3
- Profile: https://github.com/zenodraft
GitHub Events
Total
- Issues event: 2
- Watch event: 2
- Issue comment event: 2
- Pull request event: 1
Last Year
- Issues event: 2
- Watch event: 2
- Issue comment event: 2
- Pull request event: 1
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 214
- Total Committers: 2
- Avg Commits per committer: 107.0
- Development Distribution Score (DDS): 0.009
Top Committers
| Name | Commits | |
|---|---|---|
| Jurriaan H. Spaaks | j****s@e****l | 212 |
| zenodraft/action | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 22
- Total pull requests: 3
- Average time to close issues: 6 days
- Average time to close pull requests: 1 day
- Total issue authors: 3
- Total pull request authors: 1
- Average comments per issue: 2.09
- Average comments per pull request: 0.67
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 0
- Average time to close issues: 12 days
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 5.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jspaaks (17)
- kaat0 (3)
- alexlancaster (2)
- huard (1)
- c-martinez (1)
Pull Request Authors
- jspaaks (5)
- egpbos (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 4
- Total versions: 9
github actions: zenodraft/action
Draft a deposition on Zenodo or Zenodo Sandbox
- License: apache-2.0
- Status: removed
-
Latest release: 0.13.3
published over 2 years ago
Rankings
Dependencies
- 366 dependencies
- @types/jest ^26.0.23 development
- @types/js-yaml ^4.0.1 development
- jest ^27.0.5 development
- ts-jest ^27.0.3 development
- @actions/core ^1.4.0
- @actions/exec ^1.1.0
- @actions/github ^5.0.0
- @octokit/webhooks-definitions ^3.67.3
- js-yaml ^4.1.0
- typescript ^4.3.2
- zenodraft 0.10.0
- lib/index.js node12 javascript
- actions/checkout v4 composite