Include and exclude specific actions
September 12, 2026 ยท View on GitHub
#1082 pinact >= v3.4.0
You can fix only specific actions using the --include (-i) <regular expression> option.
You can also exclude only specific actions using the --exclude (-e) <regular expression> option.
e.g.
pinact run -i "actions/.*" -i "^aquaproj/aqua-installer$"
pinact run -e "actions/.*" -e "^aquaproj/aqua-installer$"
To exclude actions permanently rather than per run, use rules with ignore: true in the configuration file.