Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 in /operator #386

Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 in /operator

Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 in /operator #386

Workflow file for this run

name: Rebase Pull Request
on:
pull_request:
types: [labeled]
jobs:
main:
if: ${{ github.event.label.name == 'rebase' }}
name: Rebase
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Automatic rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Remove label
if: always()
uses: actions-ecosystem/action-remove-labels@v1
with:
labels: rebase