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
I haven't quite figured out how to fix this -- should there be a placeholder job that always runs & succeeds immediately? That way when neither of the /document and /style commands are issued, at least something runs? Seems a bit silly. I haven't been able to find any related issues though.
The text was updated successfully, but these errors were encountered:
I agree. Maybe worth investigating how our GHA files differ from the standard ones in r-lib/actions? Also, we don't actually need /style and /document actions really, because we have pre-commit.
Every time I interact on the styler repo, I get a rather dull e-mail:
https://screenshot.googleplex.com/69nkbtPXwk42pNs
From poking around a little bit, it's caused by the pr-commands GHA:
https://github.com/r-lib/styler/blob/1f4437bf81c807da713eb1ec78b08e6a78002617/.github/workflows/pr-commands.yaml
(note:
name: Commands
which matches the e-mail).I haven't quite figured out how to fix this -- should there be a placeholder job that always runs & succeeds immediately? That way when neither of the
/document
and/style
commands are issued, at least something runs? Seems a bit silly. I haven't been able to find any related issues though.The text was updated successfully, but these errors were encountered: