SAP / project-foxhound

A web browser with dynamic data-flow tracking enabled in the Javascript engine and DOM, based on Mozilla Firefox (https://github.com/mozilla/gecko-dev). It can be used to identify insecure data flows or data privacy leaks in client-side web applications.
GNU General Public License v3.0
80 stars 15 forks source link

Mozilla blocks Pull Requests #187

Closed tmbrbr closed 10 months ago

tmbrbr commented 10 months ago

As Mozilla doesn't use Github pull requests to merge new features, they have a GitHub action to automatically close pull requests:

https://github.com/SAP/project-foxhound/blob/main/.github/workflows/close-pr.yml

This should be removed / disabled as it is causing pull request build checks to fail.

leeN commented 10 months ago

It sounds like you could disable the workflow in the UI. I do not have sufficient permission, so the option is not there for me on here.

This might be easier than modifying the .yml and running into merge conflicts down the line.

tmbrbr commented 10 months ago

Disabling manually seems to work, thanks!

I am always happy to avoid merge conflicts! 😄