Skip to content

Commit

Permalink
Add workflow for commit monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
PR Pilot committed Apr 14, 2024
1 parent 9fee39e commit f2f891b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/commit_monitor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Commit Monitoring

# Triggers the workflow on every push to the repository
on:
push:

jobs:
monitor-commit:
runs-on: ubuntu-latest
steps:
- name: Monitor Commit
uses: PR-Pilot-AI/smart-actions/commit-monitor@v1
with:

# API key for PR Pilot must be defined as a secret in the repository
api-key: ${{ secrets.PR_PILOT_API_KEY }}

# Description of the task to be performed on every commit
task-description: 'Update documentation based on the latest commit'

0 comments on commit f2f891b

Please sign in to comment.