Sebass van Boxel
Sebass van Boxel
Hi @kosiakMD, that work with the same way as when you'd use the app. Meaning it'll look for a config file (`.github/delete-merged-branch-config.yml) in your repository which contains a list of...
Hi @adamdanielczyk. Currently this is not in the scope of this App, nor there is a plan to support this. I'm however open to PRs that would add such a...
I agree @jan-janssen that this would be a nice improvement.
@tenshiAMD feel free to open a PR. I'd be happy review.
Hi @alexandresavicki. This is a known issue I've encountered before. The token that is used has an expiry of 1 hour. So retriggering the workflow after an hour will result...
Thanks for sharing. I can confirm this has to do with the token expiration of 1 hour. This is a known limitation. I'll keep the issue open until there is...
Thank you for your investigation @Grraahaam. 🙇🏽
Hi @melkio -- thank you for creating this PR! Could you think of any risks that are introduced by adding the `--force` flag? It's a pretty destructive option and I...
Hi @vikas027. Thank you for your suggestion. How do you envision these two being combined? i.e. what if a repository is included in both the include and the exclude list?
Hi Vikas. This has to do with that it sends the `push` payload and not the `pull_request` payload. https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#push You could however try to leverage the GitHub API to find...