Re: Trigger phrases in Github Actions

2022-07-14 Thread Danny McCormick via dev
I don't think using trigger comments is generally super common, so no. I do still think it's a useful feature to have though, and part of GHA's approach is that everything is intentionally extensible and feature light so that you can tailor it to your org's needs. Actually, digging in further, it

Re: Trigger phrases in Github Actions

2022-07-14 Thread Kenneth Knowles
Is this an idiomatic way to trigger GHA? On Thu, Jul 14, 2022 at 1:36 PM Danny McCormick via dev wrote: > Hey Fer, > > I'm not 100% sure I follow what you're trying to do, but one approach you > could take is to gate everything off of an if like: > > ` if {{ (github.event.issue.pull_request &&

Re: Trigger phrases in Github Actions

2022-07-14 Thread Danny McCormick via dev
Hey Fer, I'm not 100% sure I follow what you're trying to do, but one approach you could take is to gate everything off of an if like: ` if {{ (github.event.issue.pull_request && github.event.comment && contains(github.event.comment.body, "PHRASE")) || !github.event.comment }} Basically, that's

Trigger phrases in Github Actions

2022-07-14 Thread Fer Morales Martinez
Hello everyone! As part of the migration of the precommit and postcommit jobs from jenkins over to github actions, we're trying to implement the *trigger phrase* functionality. Our first approach was to use issue_comment

Beam Dependency Check Report (2022-07-14)

2022-07-14 Thread Apache Jenkins Server
High Priority Dependency Updates Of Beam Python SDK: Dependency Name Current Version Latest Version Release Date Of the Current Used Version Release Date Of The Latest Release cachetools 4.2.4 5.2.0 2021-12-27

Re: Fun with WebAssembly transforms

2022-07-14 Thread Luke Cwik via dev
Thanks Cham, I wasn't up to speed as to where Xlang was wrt to those transforms. On Wed, Jul 13, 2022 at 9:32 PM Chamikara Jayalath wrote: > +1 and this is exactly what I suggested as well. Python Dataframe, > RunInference, Python Map are available via x-lang for Java already [1] and > all

Beam High Priority Issue Report

2022-07-14 Thread beamactions
This is your daily summary of Beam's current high priority issues that may need attention. See https://beam.apache.org/contribute/issue-priorities for the meaning and expectations around issue priorities. Unassigned P1 Issues: https://github.com/apache/beam/issues/22217 Trying to connect