Skip to content

Commit

Permalink
Change log level of auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Dec 13, 2023
2 parents 38d7738 + b098b69 commit ffabbfe
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 @@ -55,7 +55,7 @@ jobs:
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.CR_PAT }}"
LOG: "TRACE" # or "DEBUG"
LOG: "DEBUG" # or "TRACE"
MERGE_LABELS: "approved,!wip,!hold"
MERGE_REMOVE_LABELS: ""
MERGE_METHOD: "merge"
Expand Down

0 comments on commit ffabbfe

Please sign in to comment.