ffalor
ffalor
Fixes #5573 Adds the `required` flag to `gh pr checks` to only show required checks as described in the issue  ## No Required Checks 
It looks like the API spec for [Credential Authorizations](https://docs.github.com/en/rest/reference/orgs#list-saml-sso-authorizations-for-an-organization) is missing the `per_page` and `page` params. Calling the endpoint without these params will return 30 results. In the `Link` header...
**Describe the bug** Sometimes when lizardman shaman spawns die while tagged, the tile is marked with a very large respawn timer. This does not happen all the time here is...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
## Problem statement Setting `HTTP_PROXY` env variable is ignored. `HTTPS_PROXY` works. If env variables are not the best way to set a proxy for a client generated by this tool...
``` $ ansible-rulebook --version __version__ = '0.9.4' fca63ab1-f243-4459-97ef-bb546e3cc60d $ ansible --version ansible [core 2.12.2] config file = None configured module search path = ['/home/vscode/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location =...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
The readme's should point to `falcon-scripts` and encourage people not to use these older scripts
`--skip-push` needs to be documented to explain what the purpose is
Our powershell scripts should exit with specific exit codes based on errors. Currently every "exit" is done by throw which makes using things like `Start-Process` very hard.