https://github.com/apn-pucky/branch-follow-tag

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

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
Created over 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme

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

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 Email 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
dependencies (1)

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
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 0.0%
Average: 32.4%
Forks count: 37.3%
Dependent repos count: 42.9%
Stargazers count: 49.4%
Last synced: 10 months ago

Dependencies

action.yml actions
  • actions-cool/check-user-permission v2 composite
  • actions/checkout v3 composite
  • ad-m/github-push-action master composite