Skip to content

Commit

Permalink
Update commit_monitor.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlamina authored Apr 14, 2024
1 parent 617dbc7 commit 948fb20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/commit_monitor.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Commit Monitoring
name: Listen for /document command

# Triggers the workflow on every push to the repository
on:
Expand All @@ -13,4 +13,6 @@ jobs:
with:
# API key for PR Pilot must be defined as a secret in the repository
api-key: ${{ secrets.PR_PILOT_API_KEY }}
# Removed task-description as it will be dynamically obtained
# Keyword that the AI agent will react to
trigger-keyword: /document

0 comments on commit 948fb20

Please sign in to comment.