Skip to content

Commit

Permalink
chore(ci): add filter for changelog workflow (#11475)
Browse files Browse the repository at this point in the history
Summary:

Add path filter for changelog workflow to skip the workflow when PR does not touch specific paths.
  • Loading branch information
vm-001 authored Aug 29, 2023
1 parent 57291a5 commit 1f88607
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Changelog
on:
pull_request:
types: [ "opened", "synchronize", "labeled", "unlabeled" ]
paths:
- 'kong/**'
- '**.rockspec'
- '.requirements'

jobs:
require-changelog:
Expand Down

1 comment on commit 1f88607

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:1f886076b533f9e162b26dbc9ddf87e10be22fce
Artifacts available https://github.com/Kong/kong/actions/runs/6010939237

Please sign in to comment.