Skip to content

Commit

Permalink
Merge pull request #123 from liam-hq/dont-commit-license-report-in-me…
Browse files Browse the repository at this point in the history
…rge-group

Fix error in the license_finder job in the merge queue
  • Loading branch information
masutaka authored Dec 2, 2024
2 parents ca10f4d + 68e1fc5 commit 5104bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/license-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
steps.fork-check.outputs.is_fork != 'true'
&& steps.determine.outputs.files_changed == 'true'
&& github.ref_name != github.event.repository.default_branch
&& github.event_name != 'merge_group'
run: |
mkdir -p "$(dirname "$LICENSE_REPORT")"
license_finder report --format=markdown | tail -n +2 > "$LICENSE_REPORT"
Expand All @@ -98,6 +99,7 @@ jobs:
steps.fork-check.outputs.is_fork != 'true'
&& steps.determine.outputs.files_changed == 'true'
&& github.ref_name != github.event.repository.default_branch
&& github.event_name != 'merge_group'
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down
2 changes: 1 addition & 1 deletion frontend/docs/packages-license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frontend

As of December 2, 2024 4:17am. 990 total
As of December 2, 2024 6:59am. 990 total

## Summary
* 859 MIT
Expand Down

0 comments on commit 5104bf0

Please sign in to comment.