Grant Birkinbine
Grant Birkinbine
I still have an [open pull request](https://github.com/rubocop/rubocop/pull/14108) marked as "high priority" so I don't think this should be closed.
@kboro thank you for the issue. The branch-deploy Action was never really designed to work with the environment protection rules that GitHub provides. Here is an example of environment protection...
Of course, happy to help! It looks to me that you might be in need of one (or even two) new features then. I see one feature where you might...
@jcfr Thank you for this! 🚀 I can see right away how this could be useful. Pretty much how I build these Actions is always allowing for users to toggle...
@jcfr I think these changes should be good to merge in shortly. Could I ask that you briefly fill out some docs around using GitHub Apps with this Action so...
Also, for testing you could likely point a previous using of `github/command` to this PR branch and see if it works before we merge as well. For example you could...
👋 Hey @jcfr, just wanted to loop back around to you and see where things stand on this and if its something you are still working on. 🙇
Using this exact yaml: ```yaml name: "command demo" # the workflow to execute on is comments that are newly created on: issue_comment: types: [ created ] # permissions needed for...
Getting the exact same issue as well
:wave: Hey @definedlegend! I just stumbled across your comment and I'm having the **exact same issue as you**. I have the following setup: - Linux VPS - The bot is...