Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pr-severity.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: PR Severity Classification

on:
pull_request:
# Use pull_request_target to allow running on fork PRs with access to secrets.
# This is safe because we don't checkout or execute any code from the PR -
# we only read PR metadata (changed files, labels) via the GitHub API.
pull_request_target:
types: [opened, synchronize, labeled]

permissions:
Expand Down
Loading