Skip to content

chore(deps): Bump Microsoft.Extensions.Http from 9.0.13 to 10.0.3 #98

chore(deps): Bump Microsoft.Extensions.Http from 9.0.13 to 10.0.3

chore(deps): Bump Microsoft.Extensions.Http from 9.0.13 to 10.0.3 #98

Workflow file for this run

name: CLA Assistant
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
permissions:
actions: write
contents: write
pull-requests: write
statuses: write
jobs:
cla:
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'
runs-on: ubuntu-latest
steps:
- name: CLA Assistant
uses: contributor-assistant/github-action@v2.6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: "signatures/cla.json"
path-to-document: "https://gist.github.com/q-soriarty/615e916cd19a34f5f1efa1110592b32a"
branch: "cla-signatures"
allowlist: "q-soriarty,dependabot[bot],github-actions[bot]"
custom-notsigned-prcomment: |
Thank you for your contribution! Before we can merge this PR, you need to sign our [Contributor License Agreement](https://gist.github.com/q-soriarty/615e916cd19a34f5f1efa1110592b32a).
To sign, please comment below with:
`I have read the CLA Document and I hereby sign the CLA`
custom-pr-sign-comment: "I have read the CLA Document and I hereby sign the CLA"