prow-github-actions icon indicating copy to clipboard operation
prow-github-actions copied to clipboard

Slash commands, jobs, and chat-ops for Github actions inspired by Kubernetes Prow ⚓️

Results 19 prow-github-actions issues
Sort by recently updated
recently updated
newest added

✨ Feature ✨ We should build a system to do prow operations end to end on a test repo. This would be obviously beneficial since it would create a way...

In this chunk, when checking the membership of the commenter: ```typescript try { if (context.payload.repository === undefined) { core.debug(`checkOrgMember error: context payload repository undefined`) return false } await octokit.orgs.checkMembership({ org:...

area/bug

We are currently on version `v2.1.1` of `@actions/github` which includes an older version of `@octokit/rest`. v17.0.0 had several major breaking changes (and features) that would be nice to be up...

Refactor: Bring everything up to speed with new deps and node 20 * Based on works of John McBride (@jpmcb) * Update dependencies: + Bump: + @typescript-eslint/eslint-plugin: ^6.7.0 + @typescript-eslint/parser:...

source
tests

![](https://media.giphy.com/media/70Q7SmSAHaBB21xGjC/giphy.gif)

source

**Is your feature request related to a problem? Please describe.** I'm a user from Jenkins-X, which extends chatops command from Prow. The command I like is `meow`. I have a...

priority/high

Bumps [undici](https://github.com/nodejs/undici) from 5.9.1 to 5.19.1. Release notes Sourced from undici's releases. v5.19.1 ⚠️ Security Release ⚠️ Regular Expression Denial of Service in Headers with CVE-2023-24807 CRLF Injection in Nodejs...

dependencies

**Is your feature request related to a problem? Please describe.** - When run prow-actions, got this warning: ` Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update...