zenodraft/action

GitHub action to automate drafting depositions on Zenodo or Zenodo Sandbox

https://github.com/zenodraft/action

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
Last synced: 11 months ago · JSON representation

Repository

GitHub action to automate drafting depositions on Zenodo or Zenodo Sandbox

Basic Info
  • Host: GitHub
  • Owner: zenodraft
  • License: apache-2.0
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 11.7 MB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 3
  • Open Issues: 15
  • Releases: 9
Created about 5 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation Zenodo

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

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 Email 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
  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 4
Rankings
Dependent packages count: 0.0%
Average: 15.3%
Dependent repos count: 16.5%
Forks count: 21.7%
Stargazers count: 22.9%
Last synced: about 1 year ago

Dependencies

package-lock.json npm
  • 366 dependencies
package.json npm
  • @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
action.yml actions
  • lib/index.js node12 javascript
.github/workflows/testing.yml actions
  • actions/checkout v4 composite