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 2d2d975 commit 58d5b6c
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 @@ -32,7 +32,7 @@ jobs:
echo "MAIN_MERGE=${{ steps.check-labels.outputs.main_merge }}" >> $GITHUB_ENV
- name: Auto Approve if Auto Merge Label Exists
if: env.AUTO_MERGE == 'true'
if: env.AUTO_MERGE == 'true' && env.NO_AUTO_MERGE == 'false'
uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit 58d5b6c

Please sign in to comment.