Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit e576b48

Browse files
log branch patterns and topics
1 parent 1fb418d commit e576b48

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ var checkBranchPattern = (patterns, branch) => {
3535

3636
var convergeBranchRules = async (request, repo, branch) => {
3737
console.info(`check branch ${branch} using topic ${request.topic}`);
38-
console.info(`repo topics ${repo.topics}`);
3938
console.info(`branch patterns ${request.branchPatterns}`);
4039
if (
4140
request.topic &&
@@ -44,7 +43,6 @@ var convergeBranchRules = async (request, repo, branch) => {
4443
request.branchPatterns &&
4544
checkBranchPattern(request.branchPatterns, branch)
4645
) {
47-
console.info("branch it");
4846
await repo.branchProtectionRule(
4947
branch,
5048
{

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"atm:lint:prettier": "prettier --write"
99
},
1010
"dependencies": {
11-
"@atomist/api-cljs": "^0.4.116"
11+
"@atomist/api-cljs": "^0.4.117"
1212
},
1313
"main": "node_modules/@atomist/api-cljs/app.js",
1414
"devDependencies": {

0 commit comments

Comments
 (0)