Skip to content

build(deps): Bump github.com/metal-stack/go-ipam from 1.13.0 to 1.14.1 #27

build(deps): Bump github.com/metal-stack/go-ipam from 1.13.0 to 1.14.1

build(deps): Bump github.com/metal-stack/go-ipam from 1.13.0 to 1.14.1 #27

Workflow file for this run

name: CLA Assistant
on:
issue_comment:
types:
- created
pull_request_target:
types:
- opened
- closed
- synchronize
jobs:
add-cla-comment:
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
pull-requests: write
statuses: write
steps:
- name: Add CLA Comment
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
uses: contributor-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: .github/signatures/v1/cla.json
path-to-document: https://github.com/loopholelabs/drafter/blob/master/CLA.md
branch: master
allowlist: bot*