Skip to content

Commit

Permalink
Fix changelog tracking for dot files
Browse files Browse the repository at this point in the history
After new release of the labeler action, changes to dot files are now
tracked.

This is available since v4.1. As we're tracking v4, it's going to be
automatically picked up and we can make use of the new option.

References actions/labeler#316

Fixes solidusio#4804
  • Loading branch information
waiting-for-dev committed Jun 6, 2023
1 parent e5aaccf commit 7e439e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/triage_for_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
dot: true
ensure:
uses: "./.github/workflows/ensure_changelog_label.yml"
needs: "triage"

0 comments on commit 7e439e2

Please sign in to comment.