types icon indicating copy to clipboard operation
types copied to clipboard

Types for Vela (Target's official Pipeline Automation Framework)

Results 15 types issues
Sort by recently updated
recently updated
newest added

This is one in a series of PRs that enables Vela users to define pipeline steps for GitHub release events. This feature was originally requested in [#518](https://github.com/go-vela/community/issues/518) in the community...

I'll point to [this community proposal](https://github.com/go-vela/community/pull/461) from several months ago as a starting place for this PR. Rather than delving into pipeline signing or RBAC/ACL methods for protecting users from...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/go-vela/types). This repository currently has no open or...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.1` -> `v4.1.4` | |...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

### Description Whenever a user has a YAML bug in their pipeline, or any other build-breaking error that short-circuits pipeline execution, they can usually find these error in the Audit...

feature

We have workflow approval settings properly configured, but this is best practice. See: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable

The majority of this code will be in the server, and there is a branch with the same name there that has the implementation if anyone is curious. For types...