Skip to content

Feature/gh action2

Feature/gh action2 #18

name: "[service] PRs open limit"
on:
pull_request:
pull_request_target:
types: [opened]
env:
PYTHONPATH: ${{github.workspace}}
PYVER: "3.8"
REQUIREMENTS: "PyGithub==2.1.1"
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"