Skip to content

Commit

Permalink
[Maintenance] Exempt feature branches from changelog verification wor…
Browse files Browse the repository at this point in the history
…kflow (opensearch-project#3123)

Signed-off-by: Josh Romero <rmerqg@amazon.com>
Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
  • Loading branch information
joshuarrrr authored and Arpit-Bandejiya committed Mar 8, 2023
1 parent 3cdfac4 commit 2c5cf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog_verifier.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Changelog Verifier"
on:
pull_request:
branches: [ '**', '!feature/**' ]
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
Expand Down

0 comments on commit 2c5cf00

Please sign in to comment.