Skip to content

Commit

Permalink
Explain why we customize PR action types in CI (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschepis authored Apr 4, 2024
1 parent 658786a commit 6de507b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches: main
pull_request:
# The specific activity types are listed here to include "labeled" and "unlabeled"
# (which are not included by default for the "pull_request" trigger).
# This is needed to allow skipping enforcement of the changelog in PRs with specific labels,
# as defined in the (optional) "skipLabels" property.
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
Expand Down

0 comments on commit 6de507b

Please sign in to comment.