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
Enable cmd-bot for all everyone and not just Parity people. Before we should check all the supported commands and if there is anything problematic, but most of the commands like prdoc or rustfmt should be fine.
The text was updated successfully, but these errors were encountered:
Aims to
- close#7049
- closeparitytech/opstooling#449
- closeparitytech/opstooling#463
What's changed:
- removed is paritytech member check as required prerequisite to run a
command
- run the cmd.py script taking it from master, if someone who run this
is not a member of paritytech, and from current branch, if is a member.
That keeps the developer experience & easy testing if paritytech members
are contributing to cmd.py
- isolate the cmd job from being able to access GH App token or PR
token- currently the fmt/bench/prdoc are being run with limited
permissions scope, just to generate output, which then is uploaded to
artifacts, and then the other job which doesn't run any files from repo,
does a commit/push more securely
Enable cmd-bot for all everyone and not just Parity people. Before we should check all the supported commands and if there is anything problematic, but most of the commands like
prdoc
orrustfmt
should be fine.The text was updated successfully, but these errors were encountered: