https://github.com/casperdcl/comment-bot
Tag commits by commenting in GitHub issues & PRs
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
Repository
Tag commits by commenting in GitHub issues & PRs
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 1
Topics
Metadata Files
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.tagworkflow runs if using the defaultgithub.token. Instead, use a personal access token to triggeron.tagworkflow runs.
Owner
- Name: Casper da Costa-Luis
- Login: casperdcl
- Kind: user
- Location: London, UK
- Website: https://cdcl.ml
- Repositories: 136
- Profile: https://github.com/casperdcl
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
Top Committers
| Name | 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
Dependencies
- actions/github-script v7 composite