https://github.com/casperdcl/comment-bot

Tag commits by commenting in GitHub issues & PRs

https://github.com/casperdcl/comment-bot

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 (5.5%) to scientific vocabulary

Keywords

actions bot github-actions
Last synced: 5 months ago · JSON representation

Repository

Tag commits by commenting in GitHub issues & PRs

Basic Info
  • Host: GitHub
  • Owner: casperdcl
  • Default Branch: v1
  • Homepage:
  • Size: 4.88 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 1
Topics
actions bot github-actions
Created about 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Tag Comment Bot

Example Usage

Add to .github/workflows/comment-bot.yml:

```yml

runs on any comment matching the format /tag <tagname> <commit>

name: Comment Bot on: issuecomment: {types: [created]} pullrequestreviewcomment: {types: [created]} jobs: tag: runs-on: ubuntu-latest permissions: {contents: write, pull-requests: write, issues: write} steps: - uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.GHTOKEN | github.token }} - uses: casperdcl/comment-bot@v1 with: token: ${{ secrets.GHTOKEN | github.token }} ```

Then comment on an issue or pull request with /tag <tagname> <commit> (e.g. /tag v1.33.7 d34db33).

[!NOTE] The created tag will NOT trigger any on.tag workflow runs if using the default github.token. Instead, use a personal access token to trigger on.tag workflow runs.

Owner

  • Name: Casper da Costa-Luis
  • Login: casperdcl
  • Kind: user
  • Location: London, UK

Open Core Software Consultant & Technical Product Manager; Computational Physicist; member of IEEE, IOP, & @python Software Foundation

GitHub Events

Total
  • Release event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 3
  • Fork event: 1
  • Create event: 2
Last Year
  • Release event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 3
  • Fork event: 1
  • Create event: 2

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Casper da Costa-Luis c****l@p****g 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • glensc (2)
  • casperdcl (2)
Top Labels
Issue Labels
Pull Request Labels
bug (2)

Dependencies

action.yml actions
  • actions/github-script v7 composite