Skip to content

Commit

Permalink
ci: trigger changelog workflow when modifying Go files only
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jun 30, 2023
1 parent f9fca38 commit 9d186dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Please update docs/changelogs/. If your change does not require a changelog entry, please do one of the following:
Please update docs/changelogs/ if you're modifying Go files. If your change does not require a changelog entry, please do one of the following:
- add `[skip changelog]` to the PR title
- label the PR with `skip/changelog`
-->
4 changes: 4 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- reopened
- labeled
- unlabeled
paths:
- '**.go'
- '**/go.mod'
- '**/go.sum'

jobs:
changelog:
Expand Down

0 comments on commit 9d186dd

Please sign in to comment.