Skip to content

Commit

Permalink
Maybe actually turn off debug (#17)
Browse files Browse the repository at this point in the history
* feat: add labels output

* try this way
  • Loading branch information
lisadean authored Aug 19, 2021
1 parent 8439a00 commit 9dde1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as minimatch from 'minimatch';
import { Context } from '@actions/github/lib/context';
import { PullRequestEvent, Label as GitHubLabel } from '@octokit/webhooks-types';

const DEBUG = true; // set this to true for extra logging
const DEBUG = false; // set this to true for extra logging

type File = {
sha: string;
Expand Down

0 comments on commit 9dde1ed

Please sign in to comment.