https://github.com/luccabb/git-ci-pr-comment-automation
https://github.com/luccabb/git-ci-pr-comment-automation
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luccabb/git-ci-pr-comment-automation
- Owner: luccabb
- Created: 2025-08-22T22:59:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T00:24:03.000Z (10 months ago)
- Last Synced: 2025-08-23T01:34:10.660Z (10 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github CI trigger by PR comment
This repo is a minimum example that:
1. triggers a Github CI job via a PR comment ('/bot tests')
1. updates the PR with the CI job success or failure
See [PR2](https://github.com/luccabb/git-ci-pr-comment-automation/pull/2), you can comment `/bot tests` on the PR and see an example of tests being triggered!
[You can check the relevant CI Job here.](https://github.com/luccabb/git-ci-pr-comment-automation/blob/main/.github/workflows/pr_comment.yml)