Skip to content

Commit

Permalink
chore: expand workflow to prs
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Dec 27, 2024
1 parent c8458a5 commit 059f961
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: Ads - Triage OWASP Top 10 LLM Apps Issues
name: Ads - Triage OWASP Top 10 LLM Apps Issues and PRs

on:
issues:
types: [opened, labeled, reopened]
types:
- opened
- labeled
- reopened
pull_request:
types:
- opened
- labeled
- reopened

env:
BOARD_NAME: "OWASP Top 10 for LLM Applications"
Expand Down

0 comments on commit 059f961

Please sign in to comment.