Danny McCormick

Results 90 comments of Danny McCormick

Run Python Debezium Performance Test

I reran the seed job and started https://ci-beam.apache.org/job/beam_PerformanceTests_Debezium/1/. The seed job will run automatically again soon overwriting this.

I'm not immediately sure - I don't have a _ton_ of area expertise here, it certainly looks like a dependency issue though. Unfortunately, I'm going on vacation in

This was a customer request so I don't have anything to validate against, but it seems done to me - feel free to close

I'm not on the actions team at this point, but https://github.com/damccorm/tag-ur-it is an action that does labeling based on issue content if you want to check it out.

@jenlampton I think you can do this with issue templates. For example, check out this template which does this with its header - https://raw.githubusercontent.com/github/hub/master/.github/ISSUE_TEMPLATE/bug_report.md specifically, the header: ``` --- name:...

Not yet. https://github.com/bryanmacfarlane/tag-ur-it is a bot that does something similar to this that we probably want to port to actions at some point. cc @bryanmacfarlane

This works if you use double quotes instead of single quotes: ``` name: Greetings on: [pull_request, issues] jobs: greeting: runs-on: ubuntu-latest steps: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }}...

> My question is: would it be ok if we skip the report generation for the time being? Please let me know what you think about this. What does the...