Skip to content

Commit

Permalink
Update merge-all-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 authored May 17, 2024
1 parent cad7b8b commit 2d6d6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-all-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Filter and merge pull requests
id: filter_and_merge
run: |
FORBIDDEN_LABEL="do-not-merge"
FORBIDDEN_LABEL="batch-merge-ignore"
PRS=$(jq -c '.[]' pr_list.json)
for PR in $PRS; do
PR_NUMBER=$(echo $PR | jq -r '.number')
Expand Down

0 comments on commit 2d6d6dd

Please sign in to comment.