Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH Workflows: Refactor label workflows
Jenkins builds are now triggered on adding label event. There are 2 possibilites to trigger Jenkins build on PRs from untrusted authors: 1. Ci-Requested label: * one-time permission for given commit * label is automatically removed when PR is modified * reviewer has to add Ci-Requested label after PR is modified to trigger Jenkins build 2. Ci-trusted-author label: * permission for given PR * label is removed and added again after PR is modified - this sends new webhook * Jenkins build is triggered automaically after PR is modified Signed-off-by: Jan Gałda <[email protected]>
- Loading branch information