Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from kevinriex/license-update
Browse files Browse the repository at this point in the history
Update license.json
  • Loading branch information
kdev committed Mar 4, 2024
2 parents d0a1538 + de3098e commit 8cbf839
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ jobs:
with:
name: project-build-${{ github.sha }}
path: ./out

- uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit-action
with:
file_pattern: 'public/*.json'
commit_message: 'chore: update license.json'
create_branch: true
branch: license-update
push_options: -f

- name: Create license.json update PR
if: steps.auto-commit-action.outputs.changes_detected == 'true'
Expand All @@ -65,4 +66,9 @@ jobs:
--body "This PR was generated automatically." \
--head license-update \
--base main \
-r kevinriex,kdev
-r kevinriex,kdev \
|| \
gh pr edit \
--title "Update license.json" \
--body "This PR was generated automatically." \
--base main
2 changes: 1 addition & 1 deletion public/licenses.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name":"@fortawesome/fontawesome-svg-core","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-brands-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-regular-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-solid-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/react-fontawesome","link":"git+https://github.com/FortAwesome/react-fontawesome.git","installedVersion":"0.2.0","author":"n/a"},{"name":"bootstrap","link":"git+https://github.com/twbs/bootstrap.git","installedVersion":"5.3.3","author":"The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)"},{"name":"next","link":"git+https://github.com/vercel/next.js.git","installedVersion":"14.1.1","author":"n/a"},{"name":"pdf2pic","link":"git+https://github.com/yakovmeister/pdf2image.git","installedVersion":"3.1.1","author":"Jacob Baring <owari@waifu.club>"},{"name":"react","link":"git+https://github.com/facebook/react.git","installedVersion":"18.2.0","author":"n/a"},{"name":"react-bootstrap","link":"git+https://github.com/react-bootstrap/react-bootstrap.git","installedVersion":"2.10.1","author":"Stephen J. Collings stevoland@gmail.com"},{"name":"react-dom","link":"git+https://github.com/facebook/react.git","installedVersion":"18.2.0","author":"n/a"}]
[{"name":"@fortawesome/fontawesome-svg-core","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-brands-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-regular-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/free-solid-svg-icons","link":"git+https://github.com/FortAwesome/Font-Awesome.git","installedVersion":"6.5.1","author":"The Font Awesome Team (https://github.com/orgs/FortAwesome/people)"},{"name":"@fortawesome/react-fontawesome","link":"git+https://github.com/FortAwesome/react-fontawesome.git","installedVersion":"0.2.0","author":"n/a"},{"name":"bootstrap","link":"git+https://github.com/twbs/bootstrap.git","installedVersion":"5.3.3","author":"The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)"},{"name":"next","link":"git+https://github.com/vercel/next.js.git","installedVersion":"14.1.2","author":"n/a"},{"name":"pdf2pic","link":"git+https://github.com/yakovmeister/pdf2image.git","installedVersion":"3.1.1","author":"Jacob Baring <owari@waifu.club>"},{"name":"react","link":"git+https://github.com/facebook/react.git","installedVersion":"18.2.0","author":"n/a"},{"name":"react-bootstrap","link":"git+https://github.com/react-bootstrap/react-bootstrap.git","installedVersion":"2.10.1","author":"Stephen J. Collings stevoland@gmail.com"},{"name":"react-dom","link":"git+https://github.com/facebook/react.git","installedVersion":"18.2.0","author":"n/a"}]

0 comments on commit 8cbf839

Please sign in to comment.