Skip to content

Commit e7659ae

Browse files
stevsmitSteven Smith
andauthored
Co-authored-by: Steven Smith <[email protected]>
1 parent 887cf7d commit e7659ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/vale-simple.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ jobs:
106106
107107
console.log(`Checking files: ${changedFiles.join(', ')}`);
108108
109-
// Check if this is a fork PR
110-
const isFork = context.payload.pull_request?.head?.repo?.full_name !== context.payload.pull_request?.base?.repo?.full_name;
111-
const pullNumber = context.payload.pull_request?.number || context.issue.number;
112-
const commitId = context.payload.pull_request?.head?.sha;
113-
114-
console.log(`PR Number: ${pullNumber}, Is Fork: ${isFork}`);
115-
116109
// Run Vale and get JSON output
117110
// Ensure we're in the workspace directory
118111
process.chdir(process.env.GITHUB_WORKSPACE || '.');

0 commit comments

Comments
 (0)