Skip to content

Commit

Permalink
Update TPIP schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Sep 22, 2023
1 parent e267825 commit 1e2cd1a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/tpip-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Generate TPIP Report
run: |
go-licenses report . ../make --ignore github.com/ARM-software/CMSIS-View/tree/main/tools/eventlist --template ../../template/${{ env.tpip_report }}.template > ../../${{ env.tpip_report }}
date +"%Y/%m/%d %T" >> ../../${{ env.tpip_report }}
working-directory: ./tools/eventlist/cmd/eventlist

- name: Archive TPIP report
Expand Down Expand Up @@ -72,11 +71,20 @@ jobs:
name: tpip-report
path: ./tools/eventlist

- name: Commit Changes
- name: Show GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
shell: bash
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "Update TPIP report"
git push

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: Update TPIP report
title: ':robot: [TPIP] Automated report updates'
body: |
Third party IP report updates
branch: update-tpip
delete-branch: true
labels: TPIP
reviewers: soumeh01
2 changes: 1 addition & 1 deletion tools/eventlist/template/third_party_licenses.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| {{ .Name }} | {{ .Version }} | [{{ .LicenseName }}]({{ .LicenseURL }}) |
{{- end }}

Report generated and repository checked for [forbidden](https://github.com/google/licenseclassifier/blob/842c0d70d7027215932deb13801890992c9ba364/license_type.go#L323) and [restricted](https://github.com/google/licenseclassifier/blob/842c0d70d7027215932deb13801890992c9ba364/license_type.go#L176) licenses on:
Report generated and repository checked for [forbidden](https://github.com/google/licenseclassifier/blob/842c0d70d7027215932deb13801890992c9ba364/license_type.go#L323) and [restricted](https://github.com/google/licenseclassifier/blob/842c0d70d7027215932deb13801890992c9ba364/license_type.go#L176) licenses.

0 comments on commit 1e2cd1a

Please sign in to comment.