Skip to content

Commit 3880cee

Browse files
committed
Enable mergeapproved
1 parent 63ece87 commit 3880cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onPRMergeApproved.yml renamed to .github/workflows/OnPRMergeApproved.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
if: contains(fromJSON(vars.MERGE_APPROVED_LABELS), github.event.label.name)
1515
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskMergePR.yml@main
1616
with:
17-
dry_run: true
17+
dry_run: false
1818
secrets:
1919
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)