Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Jun 20, 2024
1 parent 58d5b6c commit 460298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
script: |
const labels = context.payload.pull_request.labels.map(label => label.name);
core.setOutput("no_auto_merge", labels.includes("no auto merge"));
core.setOutput("auto_merge", labels.includes("auto merge"));
core.setOutput("auto_merge", labels.includes("auto approve"));
core.setOutput("main_merge", labels.includes("main merge"));
- name: Set Environment Variables
Expand Down

0 comments on commit 460298a

Please sign in to comment.