We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b4776 commit e62a268Copy full SHA for e62a268
1 file changed
pr-checks/sync.ts
@@ -183,6 +183,16 @@ function main(): void {
183
}
184
185
186
+ const checkJob: Record<string, any> = {
187
+ name: checkSpecification.name,
188
+ if: "github.triggering_actor != 'dependabot[bot]'",
189
+ permissions: {
190
+ contents: "read",
191
+ "security-events": "read",
192
+ },
193
+ "timeout-minutes": 45,
194
+ };
195
+
196
197
let extraGroupName = "";
198
for (const inputName of Object.keys(workflowInputs)) {
0 commit comments