Skip to content

Feature/gh action2

Feature/gh action2 #3

name: "[service] PRs open limit"
on:
pull_request:
pull_request_target:
types: [opened]
env:
PYVER: "3.10"
jobs:
comment:
# if: github.repository == 'conan-io/conan-center-index'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: master
- uses: ./.github/actions/prs_user_limit
with:
limit: 27
comment: "my comment"