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 b7699d3 commit daf6a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 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 the CHANGELOG.md. If your change does not require a CHANGELOG entry, please do one of the following:
Please update the CHANGELOG.md 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`
-->
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- reopened
- labeled
- unlabeled
paths:
- '**.go'

jobs:
changelog:
Expand Down

0 comments on commit daf6a6a

Please sign in to comment.