Skip to content

Add workflow for commit monitoring #1

Add workflow for commit monitoring

Add workflow for commit monitoring #1

Workflow file for this run

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'