pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

Pipelines-as-Code for Tekton

Results 167 pipelines-as-code issues
Sort by recently updated
recently updated
newest added

* We didn't check for the error, which could crash the tekton controller. That call is the first API call we make so is the first one that would crash....

backport

**Description:** In Bitbucket, the build status does not change if a PipelineRun is manually deleted by the user (in the OpenShift Web Console for example). Currently, the status only updates...

## Issue Currently Pipelines as Code provides a build status to the git provider. The name/label of this build status is always what's set as the [`application-name`](https://github.com/openshift-pipelines/pipelines-as-code/blob/192184c1e6558ac0a843122e814fd12931ca4db5/config/302-pac-configmap.yaml#L21) (default is "Pipelines...

# Changes These changes are for onboarding pac using konflux Signed-off-by: savitaashture # Submitter Checklist - [ ] 📝 Please ensure your commit message is clear and informative. For guidance...

When `/ok-to-test` is remembered, it is possible for an external contributor to gain trust with a reasonable code change and then push a malicious change which is targeted at the...

feature

When initializing the queues, we need to make sure we only collect the pruns that we want to for pending and running queues. This filter out as well the non...

Added unit tests for the `detectLanguage` and `genTmpl` functions in the `template_test.go` file. These tests cover various scenarios for detecting programming languages and generating templates based on repository content and...

# Changes The Bitbucket Cloud webhook payload does not include refs/tags in the branch name. This means the using something like `pipelinesascode.tekton.dev/on-target-branch: "[refs/tags/*]"` does not work. This PR sets the...

# Changes The repository `name` field provided by the Bitbucket Cloud webhook is the raw name of the repository in Bitbucket and can contain characters such as spaces. When this...

For PLR with configured CEL expression that shouldn't run for given PR, PAC is requesting approval from maintainers. Steps to reproduce: 1. Have a user without permissions to run PLRs...