You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.warn(`ℹ️ Workflow files will be skipped in this commit. You need to set BUDDY_BOT_TOKEN (with workflow permissions) in the repository settings.`)
57
+
console.warn(`ℹ️ Workflow files will be skipped in this commit. BUDDY_BOT_TOKEN not detected or lacks workflow permissions.`)
58
58
59
59
// If we have non-workflow files, commit just those
60
60
if(nonWorkflowFiles.length>0){
@@ -63,7 +63,7 @@ export class GitHubProvider implements GitProvider {
63
63
}
64
64
else{
65
65
console.warn(`⚠️ All files are workflow files. No files will be committed in this PR.`)
66
-
console.warn(`💡 To update workflow files, you need to set BUDDY_BOT_TOKEN (with workflow permissions) in the repository settings.`)
66
+
console.warn(`💡 To update workflow files, ensure BUDDY_BOT_TOKEN is set with workflow:write permissions.`)
67
67
return// Exit early if no non-workflow files to commit
0 commit comments