Skip to content

Commit

Permalink
ci(protocol): update do-not-merge-pr.yml (#18007)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Aug 31, 2024
1 parent 7f054ca commit 10152e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/do-not-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Check for "option.do-not-merge" label
id: check_label
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const labels = context.payload.pull_request.labels.map(label => label.name);
Expand Down

0 comments on commit 10152e3

Please sign in to comment.