LucaCappelletti94 commented on code in PR #2548: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2548#discussion_r4082056243
########## .github/workflows/audit.yml: ########## @@ -19,8 +19,10 @@ name: Security audit on: push: - branches-ignore: - - 'gh-readonly-queue/**' Review Comment: The queue refs are still skipped, just implicitly now. The merge queue branches are named `gh-readonly-queue/<base>/pr-<n>-<sha>`, which matches neither `main` nor `branch-*`, so `push` no longer fires for them and the queue keeps getting its single run from `merge_group`. Also, GitHub rejects `branches` and `branches-ignore` on the same event. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
