From 7477fefd138409baddd6ee1fde23d32127718be6 Mon Sep 17 00:00:00 2001 From: Matthew J Martin <19975+matmar10@users.noreply.github.com> Date: Tue, 19 Oct 2021 00:15:10 -0400 Subject: [PATCH] chore: add debugging This is testing if the commit is long long long does it fail? Make sure the rules work! Testing for this. Okay! --- .github/prclintrc.json | 2 +- index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/prclintrc.json b/.github/prclintrc.json index 6cab406..1e9ff09 100644 --- a/.github/prclintrc.json +++ b/.github/prclintrc.json @@ -1,6 +1,6 @@ { "rules": { "body-max-line-length": [0, "always", 100], - "references-empty": [2, "always"] + "references-empty": [2, "never"] } } diff --git a/index.js b/index.js index afe6522..da16d11 100644 --- a/index.js +++ b/index.js @@ -40,6 +40,7 @@ async function run() { ...config.rules, ...rules }; + console.log('Rules:', ruleSet); const commits = await octokit.rest.pulls.listCommits({ owner: repo.owner.login,