Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/bump_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,13 @@ jobs:
- name: Bump templates
run: tool/generate_bundles.sh

- name: Config Git User
run: |
git config user.name VGV Bot
git config user.email [email protected]

- name: Create Pull Request
uses: peter-evans/[email protected]
with:
token: ${{ secrets.VGV_BOT_PAT }}
base: main
branch: feat/bump-template-bundles
commit-message: "feat: bump template bundles"
title: "feat: bump template bundles"
body: Please squash and merge me!
labels: bot
author: VGV Bot <[email protected]>
assignees: vgvbot
committer: VGV Bot <[email protected]>
10 changes: 1 addition & 9 deletions .github/workflows/spdx_license_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
id: make
run: if [[ $(mason make spdx_license -q --licenses "[]" -o test --on-conflict overwrite --set-exit-if-changed) =~ "0 files changed" ]]; then echo "did_change=false"; else echo "did_change=true"; fi >> $GITHUB_ENV

- name: 🔑 Config Git User
if: ${{ env.did_change == 'true' }}
run: |
git config user.name VGV Bot
git config user.email [email protected]

- name: 🧱 Mason Make (lib/pub_license/spdx_license)
if: ${{ env.did_change == 'true' }}
run: |
Expand All @@ -55,12 +49,10 @@ jobs:
if: ${{ env.did_change == 'true' }}
uses: peter-evans/[email protected]
with:
token: ${{ secrets.VGV_BOT_PAT }}
base: main
branch: chore/update-spdx-license
commit-message: "chore: update SPDX licenses"
title: "chore: update SPDX licenses"
body: Please squash and merge me!
labels: bot
author: VGV Bot <[email protected]>
assignees: vgvbot
committer: VGV Bot <[email protected]>