You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /format and /test-gmt-dev slash commands added in #646 and #831 respectively seem to have stopped working like they used to, and probably for a while now to be honest. I think GitHub made some changes in regard to bot permissions some time ago (though I can't pin an exact date), and a lot of these tools with auto-commit functionality just broke.
To be specific:
For the /format command, an action is triggered and runs to completion, but no formatting commit actually happens. E.g.:
The /test-gmt-dev command, I think it does run (?), but you have to jump to the 'Actions' tab to see it run which is very inconvenient. From memory, I think there was another problem with how it wasn't testing the changes in the PR branch properly, but some rebased commit instead? E.g.:
Or we can simply post the run job id (maybe https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) to the /test-gmt-dev comment.
Description of the problem
The
/format
and/test-gmt-dev
slash commands added in #646 and #831 respectively seem to have stopped working like they used to, and probably for a while now to be honest. I think GitHub made some changes in regard to bot permissions some time ago (though I can't pin an exact date), and a lot of these tools with auto-commit functionality just broke.To be specific:
/format
command, an action is triggered and runs to completion, but no formatting commit actually happens. E.g.:/test-gmt-dev
command, I think it does run (?), but you have to jump to the 'Actions' tab to see it run which is very inconvenient. From memory, I think there was another problem with how it wasn't testing the changes in the PR branch properly, but some rebased commit instead? E.g.:So, we'll either need to update these convenience slash commands, or remove them.
The text was updated successfully, but these errors were encountered: