Skip to content

Bump github.com/netobserv/flowlogs-pipeline from 1.10.1-community.0.20260128081215-6575ca967373 to 1.11.0-community #3251

Bump github.com/netobserv/flowlogs-pipeline from 1.10.1-community.0.20260128081215-6575ca967373 to 1.11.0-community

Bump github.com/netobserv/flowlogs-pipeline from 1.10.1-community.0.20260128081215-6575ca967373 to 1.11.0-community #3251

Workflow file for this run

name: Remove ok-to-test
on:
pull_request_target:
types: [synchronize,reopened]
jobs:
rm-ok-to-test:
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
runs-on: ubuntu-latest
name: Remove ok-to-test
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: ok-to-test
fail_on_error: true