Skip to content

Commit

Permalink
chore(dependency-auto-merge): adjust triggers to reflect ruleset
Browse files Browse the repository at this point in the history
Since this workflow is now required as part of an org-wide ruleset, we no longer need synced workflow files and can remove the workflow_call trigger.
  • Loading branch information
ElioDiNino committed May 31, 2024
1 parent b4e78e3 commit b5978af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependency-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# This workflow is required and run as part of an org-wide ruleset

name: Dependency Auto-Merge
on:
workflow_call:
pull_request:
merge_group:

jobs:
dependabot:
Expand Down

0 comments on commit b5978af

Please sign in to comment.