8000 Bump: aiohttp from 3.10.5 to 3.10.11 (#2190) · rrosajp/botbuilder-python@a7f5d91 · GitHub
[go: up one dir, main page]

Skip to content

[pull] main from microsoft:main #184

[pull] main from microsoft:main

[pull] main from microsoft:main #184

Workflow file for this run

name: pr-style.yml
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
prStyle:
name: pr-style
runs-on: ubuntu-latest
steps:
- uses: joshgummersall/pr-style@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
require_issue: "true"
skip_authors: "dependabot"
0