https://github.com/apn-pucky/branch-follow-tag
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: APN-Pucky
- Default Branch: master
- Size: 10.7 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 1
Metadata Files
README.md
branch-follow-tag
Use case
Keep a branch always referencing to the most recent tag. For instance a stable branch that always points to the last release.
Inputs
| Input | Description | | ----------- | ----------- | | GITHUBTOKEN | Automatically provided token, that can be used to authenticate on behalf of the GitHub action, with permissions limited to the repository that contains your workflow | | SSHPRIVATE_KEY | Deploy key for push. Must be set in the repository settings. This is used by the action to push the fast-forwarded branch/commit/PR. | | BRANCH | Name of the branch. |
Workflow YML
The Action must be run on:push:tags triggers to keep the labels up-to-date and run the fast-forward on command.
```yml name: Fast-Forward
on: push: tags:
jobs: run: runs-on: ubuntu-latest steps: - uses: APN-Pucky/branch-follow-tag@main with: GITHUBTOKEN: ${{ secrets.GITHUBTOKEN }} SSHPRIVATEKEY: ${{ secrets.GH_SSH }} branch: stable ```
Examples
- https://github.com/APN-Pucky/smpl_util
Owner
- Name: Alexander Puck Neuwirth
- Login: APN-Pucky
- Kind: user
- Company: Uni Münster
- Website: https://apn-pucky.github.io/
- Repositories: 163
- Profile: https://github.com/APN-Pucky
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 8
- Total Committers: 1
- Avg Commits per committer: 8.0
- Development Distribution Score (DDS): 0.0
Top Committers
| Name | Commits | |
|---|---|---|
| Alexander Puck Neuwirth | a****r@n****e | 8 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
github actions: APN-Pucky/branch-follow-tag
Branch will be moved to most recent tag.
-
Latest release: 1.0.0
published over 3 years ago
Rankings
Dependencies
- actions-cool/check-user-permission v2 composite
- actions/checkout v3 composite
- ad-m/github-push-action master composite