We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887cf7d commit e7659aeCopy full SHA for e7659ae
.github/workflows/vale-simple.yml
@@ -106,13 +106,6 @@ jobs:
106
107
console.log(`Checking files: ${changedFiles.join(', ')}`);
108
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
116
// Run Vale and get JSON output
117
// Ensure we're in the workspace directory
118
process.chdir(process.env.GITHUB_WORKSPACE || '.');
0 commit comments