Use PAT for fixer pushes and limit to one attempt (#575)

* Test CI failure flow

* Use PAT for fixer pushes and run only once per PR
This commit is contained in:
SirBroccoli
2026-01-20 23:54:19 +01:00
committed by GitHub
parent b24694f00b
commit 7ad87a85e6
2 changed files with 30 additions and 8 deletions
+1
View File
@@ -11,6 +11,7 @@ namespace winPEAS
[STAThread]
public static void Main(string[] args)
{
this_will_not_compile
Checks.Checks.Run(args);
}
}