Skip to content

Commit

Permalink
fixed reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrans committed Jan 15, 2025
1 parent a540370 commit 24020ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/circular-deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:

jobs:
shared-flow:
if: contains(github.event.comment.body, '@metamaskbot update-circular-deps')
uses: ./.github/workflows/shared/metamaskbot-pr-update.yml
uses: ./.github/workflows/metamaskbot-pr-update.yml
with:
bot_command: '@metamaskbot update-circular-deps'
commit_message: 'Update circular dependencies'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
name: MetaMask Bot PR Update Template

# TODO: Migrate the following workflows to use this shared template:
# - .github/workflows/update-attributions.yml
# - .github/workflows/update-lavamoat-policies.yml
#
# These workflows share similar patterns for:
# - PR fork checking
# - Comment reactions
# - Environment setup
# - Change detection
# - Committing changes
# - Status checking and notifications

on:
workflow_call:
inputs:
Expand Down

0 comments on commit 24020ea

Please sign in to comment.