https://github.com/boidolr/actions
Personal templates for CI with GitHub
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 (2.6%) to scientific vocabulary
Keywords from Contributors
avif
git-hooks
image-optimization
jpeg
png
pre-commit
refactoring
transformation
wavelets
interpretability
Last synced: 10 months ago
·
JSON representation
Repository
Personal templates for CI with GitHub
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 4 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
README.md
actions
GitHub actions I use for CI.
Useful commands
```bash
Create PRs
gh pr create --title $TITLE --head $BRANCH
Create GitHub releases
gh release create --verify-tag --generate-notes $TAG
Upstream sync
gh repo sync --branch $BRANCH ```
Owner
- Name: Raphael Boidol
- Login: boidolr
- Kind: user
- Location: Munich, Germany
- Company: @TNG
- Website: https://boidolr.github.io/
- Repositories: 12
- Profile: https://github.com/boidolr
coding for the fun of it
GitHub Events
Total
- Delete event: 23
- Push event: 29
- Pull request event: 54
- Create event: 29
Last Year
- Delete event: 23
- Push event: 29
- Pull request event: 54
- Create event: 29
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Raphael Boidol | b****r | 67 |
| renovate[bot] | 2****] | 47 |
| Renovate Bot | b****t@r****m | 12 |
| github-actions | 4****] | 9 |
| github-actions | g****s@g****m | 1 |
Committer Domains (Top 20 + Academic)
github.com: 1
renovateapp.com: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 73
- Average time to close issues: N/A
- Average time to close pull requests: about 2 hours
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 71
- Bot issues: 0
- Bot pull requests: 70
Past Year
- Issues: 0
- Pull requests: 41
- Average time to close issues: N/A
- Average time to close pull requests: 38 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 39
- Bot issues: 0
- Bot pull requests: 39
Top Authors
Issue Authors
Pull Request Authors
- renovate[bot] (92)
- boidolr (4)
Top Labels
Issue Labels
Pull Request Labels
dependencies (77)
github-tags (74)
github-actions (61)
pre-commit (13)
github-releases (3)
regex (3)
Dependencies
.github/workflows/pre-commit-update.yml
actions
- actions/checkout v3 composite
- boidolr/actions/git-push main composite
- boidolr/actions/run-precommit main composite
create-issue/action.yml
actions
- actions/github-script v6 composite
create-pr/action.yml
actions
- actions/github-script v6 composite
create-release/action.yml
actions
- actions/github-script v6 composite
git-push/action.yml
actions
- actions/github-script v6 composite
python-pip-env/action.yml
actions
- actions/setup-python v4 composite
python-poetry-env/action.yml
actions
- actions/setup-python v4 composite
run-black/action.yml
actions
- actions/setup-python v4 composite
run-pip-audit/action.yaml
actions
- actions/setup-python v4 composite
run-precommit/action.yml
actions
- actions/cache v3 composite
- actions/setup-python v4 composite
sync-upstream/action.yml
actions