Skip to content

Commit

Permalink
Add complicated test case
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Jan 16, 2021
1 parent 6613b10 commit 76bd808
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
intervalSeconds: 1
timeoutSeconds: 60
labels: need,need2
labelsStrategy: atLeastOne
ignoreLabels: ignore
- name: Create Comment
uses: KeisukeYamashita/create-comment@v1
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/merger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class Merger {
}

core.debug(
`checked all labels for type:${type} and prLabels:${inspect(
`Checked all labels for type:${type} and prLabels:${inspect(
pr.labels.map(l => l.name)
)}, hasLabels:${inspect(hasLabels)}, labels:${inspect(
labels
Expand Down Expand Up @@ -99,7 +99,7 @@ export class Merger {
}

core.debug(
`checked all labels for type:${type} and prLabels:${inspect(
`Checked all labels for type:${type} and prLabels:${inspect(
pr.labels.map(l => l.name)
)}, hasLabels:${inspect(hasLabels)}, labels:${inspect(
labels
Expand Down

0 comments on commit 76bd808

Please sign in to comment.